Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

like image 409
user2478414 Avatar asked Jan 18 '17 16:01

user2478414


People also ask

Can SES send email to anyone?

While running in sandbox mode you can only send to verified users - once your account has been activated, you can send to anyone.

How do I verify my AWS SES email address?

In the Amazon SES console, under Identity Management, choose Email Addresses. In the list of email addresses, locate the email address you're verifying. If the email address was verified, the value in the Status column is "verified".

Can I use AWS SES to send email?

Amazon Simple Email Service (SES) is a cost-effective email service built on the reliable and scalable infrastructure that Amazon.com developed to serve its own customer base. With Amazon SES, you can send transactional email, marketing messages, or any other type of high-quality content to your customers.


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

like image 68
Mark B Avatar answered Sep 18 '22 17:09

Mark B