diff --git a/mailgun/sendemail b/mailgun/sendemail index cc20a76..ce1a28b 100755 --- a/mailgun/sendemail +++ b/mailgun/sendemail @@ -39,7 +39,7 @@ fi curl -sSL --user "api:${MAILGUN_API_KEY}" \ "https://api.mailgun.net/v3/${MAILGUN_DOMAIN_NAME}/messages" \ - -F 'from="Excited User "' \ + -F 'from="Mailgun API "' \ -F "to=${TO_NAME}" \ -F "to=${TO_EMAIL}" \ -F 'subject="'"${SUBJECT}"'"' \