aheckmann / node-ses

An Amazon SES api for nodejs with proper error handling.
http://aheckmann.github.com/node-ses
MIT License
200 stars 37 forks source link

attachment support #14

Closed webchaz closed 9 years ago

webchaz commented 9 years ago

Is there anyway to add an attachment?

rickwaugh1 commented 9 years ago

I'm also interested in this. SES does support attachments.

markstos commented 9 years ago

Why not use nodemailer with the SES transport plugin? It already supports sending mail out through SES using Node.JS and supports attachments.

https://www.npmjs.com/package/nodemailer

Mark
rickwaugh1 commented 9 years ago

Yes, I just found that, it looks good, and simple to use. I guess that's where I'm heading. ;)