retail-demo-store
retail-demo-store copied to clipboard
Customize ReplyTo Email Address used by Cognito for password reminder and verification code emails
Currently you need to manually modify Cognito settings so that password reminder or verification code email sender is correct. Cognito sends email from the following address :
[email protected] [email protected]
is it possible that value used here is the "pinpoint sender" email you setup during Cloudformation? Basically we are leaving the demo with customers to play around - so it's best the demo sends out email from an email familiar to customers.
This can be customized using EmailConfiguration for the Cognito UserPool in authentication.yaml.
Will take a pull request for this change if you want to give it a shot. Otherwise, we'll keep it in the backlog.