回答

0

有一個很棒的郵件庫叫做Nodemailer,它也支持Amazon SES。這裏是一個小例子,說明如何發送附件https://github.com/andris9/Nodemailer/blob/master/examples/example_ses.js的電子郵件。

但請注意,當您的電子郵件發送失敗時,亞馬遜有奇怪的錯誤。

+1

現在[Nodemailer](https://github.com/andris9/Nodemailer#use-a-transport-plugin)有一個單獨的[SES傳輸模塊](https://github.com/andris9/nodemailer-ses -運輸)。 – Ville

相關問題