Skip to content

Instantly share code, notes, and snippets.

@FloorD
Created December 16, 2014 10:05
Show Gist options
  • Save FloorD/df2694f9c230692ef629 to your computer and use it in GitHub Desktop.
Save FloorD/df2694f9c230692ef629 to your computer and use it in GitHub Desktop.
POST http://example.com/api/send_email {
"mail": {
"recipients" : ["jameskirk@example.com","jeanluc@example.com"],
"subject" : "Welcome",
"body" : "<html><.....></html>",
"send_at": "2014-12-11"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment