Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Node.js Modules for Amazon SES [closed]

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!

like image 988
Baggz Avatar asked Jan 27 '11 08:01

Baggz


2 Answers

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

like image 95
dhofstet Avatar answered Oct 10 '22 05:10

dhofstet


Amazon has an official AWS SDK for Node.js.

You can install it by doing

npm install aws-sdk

See documentation here.

like image 26
Alex Turpin Avatar answered Oct 10 '22 05:10

Alex Turpin