Skip to content

Instantly share code, notes, and snippets.

@peerasan
Created June 12, 2019 04:42
Show Gist options
  • Select an option

  • Save peerasan/fbbb280f9780d57f7e38298b6009005d to your computer and use it in GitHub Desktop.

Select an option

Save peerasan/fbbb280f9780d57f7e38298b6009005d to your computer and use it in GitHub Desktop.
send email by mailgun API
curl -s --user 'api:key-##############################' \
https://api.mailgun.net/v3/{YOUR-DOMAIN}/messages \
-F from='Monitor <postmaster@{YOUR-DOMAIN}>' \
-F to=peerasan@{DOMAIN} \
-F subject='Hello' \
-F text='Testing some Mailgun awesomness!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment