arunmr1980 / aws-email-service

Email service using AWS Services
MIT License
0 stars 2 forks source link

Deploy the email sending service #5

Closed sreenath004 closed 2 years ago

sreenath004 commented 2 years ago
arunmr1980 commented 2 years ago

Email service is deployed and working. To send email send that to 'EmailSNSTopic'

Attachments not supported yet.

Sample request

{
  "from": "arun.mr@scottsdaleglobal.com",
  "to_addesses": ["merry.arun@gmail.com", "strider.galaxies@gmail.com"],
  "title": "Email Service Test [SNS Trigger]",
  "body_html": "<p>Blah Blah</p>",
  "body_text": "Blah Blah"
}

Note that email ids needs to be verified in SES