Amazon SES
A simple Amazon SES wrapper, supports the following actions:
DeleteVerifiedEmailAddress
GetSendQuota
GetSendStatistics
ListVerifiedEmailAddresses
SendEmail
VerifyEmailAddress
Does not currently support SendRawEmail
.
Install
npm install amazon-ses-mailer
Verify Source Email
Verify the source email address with Amazon.
var AmazonSES = ;var ses = 'access-key-id' 'secret-access-key' 'region';ses;
You will receive a confirmation email - click the link in that email to finish the verification process.
Send Email
ses;
Get verified email addresses
ses;
Deleted a verified email address
ses;
Get Quota and Stats
ses; ses;