mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -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}"'"' \
|
||||
|
||||
Reference in New Issue
Block a user