Error While Sending Mail using node.js in AWS Lambda function -


email address not verified. following identities failed check in region us-west-2

{   message: 'email address not verified. following identities failed check in region us-west-2: xxx@gmai.com, xxx@gmail.com',   code: 'messagerejected',   time: tue sep 12 2017 13:01:12 gmt+0000 (utc),   requestid: '73dddb05-97ba-11e7-9847-c5dd9b1b6fa5',   statuscode: 400,   retryable: false,   retrydelay: 94.04094410128891 } 

you may send email verified emails using aws ses. add email id verified email list, add email using ses (https://console.aws.amazon.com/ses/home?region=us-east-1#verified-senders-email:) , click verification email send aws. after may able send email using aws ses.

also, need add iam role lambda access of ses.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -