blob: a5769e4ce94b5a004e5147175ae1fe11c1fe7bfc [file] [log] [blame]
{
"headers": { "h1": "h1Value", "h2": "h2Value" },
"from": { "name": "myName", "email": "myEmail@james.org"},
"to": [ { "name": "to1", "email": "to1@james.org"}, { "name": "to2", "email": "to2@james.org"} ],
"cc": [ { "name": "cc1", "email": "cc1@james.org"}, { "name": "cc2", "email": "cc2@james.org"} ],
"bcc": [ { "name": "bcc1", "email": "bcc1@james.org"}, { "name": "bcc2", "email": "bcc2@james.org"} ],
"replyTo": [ { "name": "replyTo1", "email": "replyTo1@james.org"}, { "name": "replyTo2", "email": "replyTo2@james.org"} ],
"subject": "mySubject",
"date": "2014-10-30T14:12:00Z",
"textBody": "myTextBody",
"htmlBody": "<h1>myHtmlBody</h1>",
"attachments": [ ],
"attachedMessages": { }
}