1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-05-07 02:54:40 +02:00
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-24 22:40:58 -04:00
parent cccf608f6f
commit ce9b70f906
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

@ -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 <mailgun@'"${MAILGUN_DOMAIN_NAME}"'>"' \
-F 'from="Mailgun API <mailgun@'"${MAILGUN_DOMAIN_NAME}"'>"' \
-F "to=${TO_NAME}" \
-F "to=${TO_EMAIL}" \
-F 'subject="'"${SUBJECT}"'"' \