cicit
cicit

Reputation: 591

Cannot configure From email in new User Pool

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?

Upvotes: 17

Views: 6446

Answers (3)

Aliaksei Piatrouski
Aliaksei Piatrouski

Reputation: 77

There are two solutions here:

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

Upvotes: 3

MJ X
MJ X

Reputation: 9054

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

Upvotes: 16

debugguru
debugguru

Reputation: 58

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

Upvotes: -2

Related Questions