Created
August 22, 2014 15:10
-
-
Save clone1018/45d94cd9f8637354a785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"from": { | |
"name": "", | |
"email": "" | |
}, | |
"to": { | |
"name": "", | |
"email": "" | |
}, | |
"subject": "Test Email", | |
"body": "This is a plaintext body.", | |
"type": "text/plain", | |
"attachments": [ | |
{ | |
"name": "test.jpg", | |
"hash": "", | |
"body": "" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment