Amazon SES, send unverified emails

Asked

Viewed 1,532 times

2

I have the domain verified in Amazon SES, but would like to send emails notifications to emails that are not verified.

It is necessary to check all emails or there is some setting that exempts me from performing the check ?

2 answers

1

0

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

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

Remember that in SES your login user is the secret key.

Smart to have helped.

  • In the parameter FROM, I use a verified email with the verified domain. My problem is in the TO, where it does not accept any email. (554, 'Message Rejected: Email address is not verified. The following Identities failed the check in Region US-WEST-2: [email protected]') [email protected]: unchecked.

  • Confirms that your verified email was in the US-West-2 region

  • The domain is confirmed US West Oregon (email-smtp.us-West-2.amazonaws.com) and confirmed and tested in the region US East N.Virginia (email-smtp.us-East-1.amazonaws.com), same error occurred!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.