mirror of
https://github.com/idanoo/SES-Email-Blaster.git
synced 2024-11-23 08:55:19 +00:00
Add initial code
This commit is contained in:
commit
d4fa33b233
5
destination.json
Normal file
5
destination.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"ToAddresses": ["test@test.com"],
|
||||
"CcAddresses": [],
|
||||
"BccAddresses": []
|
||||
}
|
16
message.json
Normal file
16
message.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"Subject": {
|
||||
"Data": "Test email sent using the AWS CLI",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user