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 Answers
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.

- 183,023
- 24
- 297
- 295
-
I am trying to integrate aws ses into an office management software. Where the users can send email to their clients. I have a doubt here. Even though I have moved of sandbox mode. And my domain is also verified. Whenever the user tries to send the mail to their clients, it gives an error email address not verified. Is this because the user and clients email addresses are not verified. Or is there any other reason. – beingyogi Feb 17 '20 at 09:56
-
@YogeshKudikala You haven't moved out of sandbox mode if you are getting that error. – Mark B Feb 17 '20 at 14:43
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.
Kindly let me know if you still face any issue.

- 2,425
- 25
- 33
-
It's lame that you need to have AWS Support to even open this ticket. Does my company not give enough money to Amazon? – Robert J May 08 '19 at 16:31
-
@RobertJ It's because they don't want to have any Spams/Phishing attacks going thru the amazon's channels. It's a verification step more than a feature request. – Murtaza Kanchwala May 09 '19 at 05:40
-
that's still no excuse to require a paid subscription for another service to use the full functionally of the initial service. This should really be considered a limit increase, and not an actual support ticket. Everyone would jump cloud if this was required for all limit increases. – Robert J May 10 '19 at 17:08
-
I am trying to integrate aws ses into an office management software. Where the users can send email to their clients. I have a doubt here. Even though I have moved of sandbox mode. And my domain is also verified. Whenever the user tries to send the mail to their clients, it gives an error email address not verified. Is this because the user and clients email addresses are not verified. Or is there any other reason. – beingyogi Feb 17 '20 at 09:56
-
Check with your AWS Support Contact, If it's moved out of Sandbox mode or not. – Murtaza Kanchwala Feb 24 '20 at 12:02