SES-Email-Blaster/message.json

17 lines
549 B
JSON
Raw Normal View History

2022-11-10 21:08:44 +00:00
{
"Subject": {
2022-11-14 00:11:42 +00:00
"Data": "1 - Test email sent using the AWS CLI",
2022-11-10 21:08:44 +00:00
"Charset": "UTF-8"
},
"Body": {
"Text": {
"Data": "This is the message body in text format.",
"Charset": "UTF-8"
},
"Html": {
"Data": "This message body contains HTML formatting. It can, for example, contain links like this one: <a class=\"ulink\" href=\"http://docs.aws.amazon.com/ses/latest/DeveloperGuide\" target=\"_blank\">Amazon SES Developer Guide</a>.",
"Charset": "UTF-8"
}
}
}