Are there any Node.js modules for Amazon Simple Email Service?

Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service for businesses and developers.

Thanks in advance!

link|improve this question
feedback

3 Answers

up vote 5 down vote accepted

This was mentioned in the node.js mailing list yesterday: https://github.com/mrduncan/aws-lib/tree/ses-secure.

link|improve this answer
feedback

Specifically for SES on node you can use this:

https://github.com/jjenkins/node-amazon-ses

link|improve this answer
feedback

You can also use AwsSum which has implemented many of the Amazon Web Services, as well as others:

AwsSum also helps you along a little but more than those other modules but it's worth trying them all to see which one you like. :)

(Disclaimer: I'm the author of AwsSum so I'm biased.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.