node.jsemailamazon-web-servicesemail-attachmentsamazon-ses

Sending mail via aws ses with attachment in node.js


Does anyone have some example of how to send email with attachment in node.js with aws ses?


Solution

  • There is a great mailing library called ˇNodemailerˇ it also has support for the Amazon SES. Here is a small example of how to send e-mail with attachment https://github.com/nodemailer/nodemailer/blob/master/examples/ses.js

    But be aware that Amazon has strange errors when your email sending fails.