mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -39,7 +39,7 @@ fi
|
|||||||
|
|
||||||
curl -sSL --user "api:${MAILGUN_API_KEY}" \
|
curl -sSL --user "api:${MAILGUN_API_KEY}" \
|
||||||
"https://api.mailgun.net/v3/${MAILGUN_DOMAIN_NAME}/messages" \
|
"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_NAME}" \
|
||||||
-F "to=${TO_EMAIL}" \
|
-F "to=${TO_EMAIL}" \
|
||||||
-F 'subject="'"${SUBJECT}"'"' \
|
-F 'subject="'"${SUBJECT}"'"' \
|
||||||
|
|||||||
Reference in New Issue
Block a user