17

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?

cicit
  • 581
  • 5
  • 24

3 Answers3

15

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

MJ X
  • 8,506
  • 12
  • 74
  • 99
3

There are two solutions here:

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

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

debugguru
  • 60
  • 6