Created
October 4, 2014 13:55
-
-
Save dwburns/cdf7bbc8167564721c88 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
{ | |
"FromName": "Postmarkapp Support", | |
"From": "[email protected]", | |
"FromFull": { | |
"Email": "[email protected]", | |
"Name": "Postmarkapp Support", | |
"MailboxHash": "" | |
}, | |
"To": "\"Firstname Lastname\" ", | |
"ToFull": [ | |
{ | |
"Email": "[email protected]", | |
"Name": "Firstname Lastname", | |
"MailboxHash": "SampleHash" | |
} | |
], | |
"Cc": "\"First Cc\" , [email protected]", | |
"CcFull": [ | |
{ | |
"Email": "[email protected]", | |
"Name": "First Cc", | |
"MailboxHash": "" | |
}, | |
{ | |
"Email": "[email protected]", | |
"Name": "", | |
"MailboxHash": "" | |
} | |
], | |
"Bcc": "\"First Bcc\" , [email protected]", | |
"BccFull": [ | |
{ | |
"Email": "[email protected]", | |
"Name": "First Bcc", | |
"MailboxHash": "" | |
}, | |
{ | |
"Email": "[email protected]", | |
"Name": "", | |
"MailboxHash": "" | |
} | |
], | |
"Subject": "Test subject", | |
"MessageID": "73e6d360-66eb-11e1-8e72-a8904824019b", | |
"ReplyTo": "[email protected]", | |
"MailboxHash": "SampleHash", | |
"Date": "Fri, 1 Aug 2014 16:45:32 -04:00", | |
"TextBody": "This is a test text body.", | |
"HtmlBody": "<html><body><p>This is a test html body.<\/p><\/body><\/html>", | |
"StrippedTextReply": "This is the reply text", | |
"Tag": "TestTag", | |
"Headers": [ | |
{ | |
"Name": "X-Header-Test", | |
"Value": "" | |
}, | |
{ | |
"Name": "X-Spam-Status", | |
"Value": "No" | |
}, | |
{ | |
"Name": "X-Spam-Score", | |
"Value": "-0.1" | |
}, | |
{ | |
"Name": "X-Spam-Tests", | |
"Value": "DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_PASS" | |
} | |
], | |
"Attachments": [ | |
{ | |
"Name": "test.txt", | |
"Content": "VGhpcyBpcyBhdHRhY2htZW50IGNvbnRlbnRzLCBiYXNlLTY0IGVuY29kZWQu", | |
"ContentType": "text/plain", | |
"ContentLength": 45 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment