Simple Email Service (SES) Tutorial NodeJS + AWS SDK

Simple Email Service (SES) Tutorial NodeJS + AWS SDK

https://awstutorialseries.com/

Tutorial on how SES works and a simple application implemented using NodeJS and the AWS SDK. I go over verifying an email address, listing your verified email addresses, sending RAW emails with attachments and deleting verified emails.

Please make sure you check my github. When you clone it create a config.json with your credentials.

Github
https://github.com/andrewpuch/aws-ses-node-js-examples

Add Comment