Created
July 14, 2009 19:34
-
-
Save r38y/147132 to your computer and use it in GitHub Desktop.
This file contains 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
{ "to": "[email protected]", | |
"from": "[email protected]", | |
"from_name": "Randy Schmidt", | |
"body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam est.\nLorem ipsum dolor sit amet, consectetur adipiscing elit.\n\n", | |
"date": "2009-07-03T17:47:51Z", | |
"subject": "Email with multiple attachments and a body", | |
"attachments": [ | |
{ | |
"size": 1813, | |
"content_type": "image/jpeg", | |
"filename": "avatar.jpg", | |
"url": "http://emlz.local/assets/34b1d9a9eb7541b5fab8/avatar.jpg" | |
}, { | |
"size": 1232, | |
"content_type": "image/gif", | |
"filename": "avatar2.gif", | |
"url": "http://emlz.local/assets/34b1d9a9eb7541b5fab8/avatar2.gif" | |
}], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment