You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a user pool creation, an error is returned - "Cognito received the following error from Amazon SES when attempting to send email: Email address is not verified.".
The domain identity is created and verified successfully. Therefore, if the code is run twice - first without adding SES email to the user pool, and with adding email, then the second time the already created and verified domain identity can be successfully used in the user pool. I assume that the problem is that the identity does not have time to be created and verified before the creation of the user pool.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to verify a domain identity in AWS SES and after that use it in a user pool for email sending.
On a user pool creation, an error is returned - "Cognito received the following error from Amazon SES when attempting to send email: Email address is not verified.".
The domain identity is created and verified successfully. Therefore, if the code is run twice - first without adding SES email to the user pool, and with adding email, then the second time the already created and verified domain identity can be successfully used in the user pool. I assume that the problem is that the identity does not have time to be created and verified before the creation of the user pool.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions