Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianpurvis1976/deacc55e8b402dab9e16775323257911 to your computer and use it in GitHub Desktop.
Save ianpurvis1976/deacc55e8b402dab9e16775323257911 to your computer and use it in GitHub Desktop.
curl $MAILSERVICE -X POST -H "Content-Type: application/x-www-form-urlencoded; charset=utf-8" -H "Accept: application/xml" -H "X-Auth-Token: $OS_AUTH_TOKEN" -d 'Action=SendEmail&Destination.ToAddresses.member.1=ianpurvis1976%40gmail.com&Message.Body.Text.Data=Test Email&Message.Subject.Data=This is a test message&Source=ian.purvis%40uk.fujitsu.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment