user2478414
user2478414

Reputation: 371

How can i send mail without verifying the recipients in amazon ses

I have been trying to send mail with amazon ses and it worked very well for all the verified recipients. But i have a requirement to send mails to un verified recipients now. How to do this. Thanks

Upvotes: 26

Views: 27556

Answers (2)

Murtaza Kanchwala
Murtaza Kanchwala

Reputation: 2483

By default, AWS never provides you full access and needs certain verification(s) to ensure security & remove possibilities of Fraudulent activities or Spam.

These steps will resolve all the issue(s) regarding current scenario in your AWS SES Setup.

1) Verify “your-domain.com” Domain using the TXT record mentioned in Verification Tab - SES Console. By doing this you can use any ID in From Address to send emails.

2) Raise a Case on Amazon Support for Production Access. SES > Production Access. By doing this you can have the full access of TO addresses and can send emails to anyone. AWS Support Ticket or Case

Kindly let me know if you still face any issue.

Upvotes: 9

Mark B
Mark B

Reputation: 200446

Your SES account is in Sandbox Mode. You need to open a request with AWS to take your SES account out of Sandbox Mode. This is documented here.

Upvotes: 32

Related Questions