An example of using Amazon SES with Node
- Run
npm install
from the node-amazon-ses-example directory. - Edit config.json with your AWS key and secret.
- Edit
send.js
. Change the sender address to one you have verified with Amazon SES and add a recipient. - Run it:
node send.js