How to send email to non-verified email address using AWS SES

user3228848 picture user3228848 · Mar 11, 2016 · Viewed 14.6k times · Source

I am developing PHP application that, after sign-up, sends an activation mail to the registered email address using Amazon SES (Simple Email Service).

But SES is only sending emails to verified users.

How can I send the activation link to any non-verified email address, too?

Answer

E.J. Brennan picture E.J. Brennan · Mar 11, 2016

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

Getting out of the sandbox:

http://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html