Amazon SES, send unchecked emails

2

I have the domain checked on amazon SES but would like to send notification emails for emails that are not verified.

Is it necessary to check all emails or is there any settings that exempt me from scanning?

    
asked by anonymous 21.07.2016 / 19:29

2 answers

1

Apparently you are inside the SES sandbox, so you will only be able to send emails to verified emails / domains.

To email any email without verification, you need to sign out of the sandbox: link

Generally, just open a call on the support according to the tutorial above.

    
21.10.2017 / 14:08
0

With a verified domain you can trigger emails with all accounts in the domain in question. Ex: [email protected], [email protected]. considering that email.com is your domain.

The from parameter in the API or SMTP call needs to be from an account of that domain ([email protected]) and the to parameter can be for any account if email in the world ([email protected]).

Remember that in SES your login user is secret key .

I'm happy to help.

    
22.07.2016 / 04:59