22
votes

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

2

2 Answers

26
votes

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.

7
votes

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.