I am using AWS SES service to send email with verified test email address in SES and used same for the Source.
I am trying to send email to other email address but not able to send it's giving me error "Email address is not verified. The following identities failed the check in region US-EAST-1".
Reference for code to send email: https://aws.amazon.com/premiumsupport/knowledge-center/lambda-send-email-ses/
I have read in aws documentation (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/ses-errors.html) "If your account is still in the Amazon SES sandbox, you also must verify every recipient email address except for the recipients provided by the Amazon SES mailbox simulator" this is the reason or some settings needed?
Please let me know if anybody knows.