monkey-fix

This commit is contained in:
Untone 2024-01-05 18:45:13 +03:00
parent e62f356a79
commit 95807ae319

View File

@ -21,7 +21,7 @@ func MailgunRest(to string, data map[string]interface{}, subject string, templat
// Create payload
payload := map[string]interface{}{
"from": mailgunDomain + " <noreply@" + mailgunDomain + ">",
"from": "noreply@" + mailgunDomain,
"to": to,
"subject": subject,
"template": template,