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!
|
Are there any Node.js modules for Amazon Simple Email Service?
Thanks in advance! | ||||
|
feedback
|
|
This was mentioned in the node.js mailing list yesterday: https://github.com/mrduncan/aws-lib/tree/ses-secure. | |||
|
feedback
|
|
Specifically for SES on node you can use this: | |||
|
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.) | |||
|
feedback
|