Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 702
cicit Avatar asked Mar 02 '20 01:03

cicit


2 Answers

There are two solutions here:

  1. using SES
  2. remove email "FROM email address" to use defaults
like image 95
Aliaksei Piatrouski Avatar answered Oct 25 '22 06:10

Aliaksei Piatrouski


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

like image 33
MJ X Avatar answered Oct 25 '22 06:10

MJ X