Cannot configure From email in new User Pool

Viewed 4389

I am configuring a new Cognito User Pool. I have a verified email address which I am using, but when I try to create the user pool, I get the following error with no hint as to which parameter is invalid:

Cannot configure From email address for default email configuration (Service: AWSCognitoIdentityProviderService; Status Code: 400; Error Code: InvalidParameterException*'*

Any ideas?

3 Answers

I had same issue, Since I had from email address arn, I removed the from email address it worked for me.

There are two solutions here:

  1. using SES
  2. remove email "FROM email address" to use defaults

As mentioned in the comment above, changing to use SES seems to solve this issue. I had exactly same problem and using SES worked.

Related