Sending mail via aws ses with attachment in node.js

﹥>﹥吖頭↗ 提交于 2019-12-11 18:37:15

问题


Does anyone have some example of how to send email with attachment in node.js with aws ses. That would be really helpful for me.

Thank you!


回答1:


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/andris9/Nodemailer/blob/master/examples/example_ses.js.

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



来源:https://stackoverflow.com/questions/23042835/sending-mail-via-aws-ses-with-attachment-in-node-js

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!