aws-samples / retail-demo-store

AWS Retail Demo Store is a sample retail web application and workshop platform demonstrating how AWS infrastructure and services can be used to build compelling customer experiences for eCommerce, retail, and digital marketing use-cases
MIT No Attribution
717 stars 508 forks source link

Customize ReplyTo Email Address used by Cognito for password reminder and verification code emails #205

Open aeggbeg opened 3 years ago

aeggbeg commented 3 years ago

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 :

no-reply@verificationemail.com no-reply@verificationemail.com

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.

james-jory commented 3 years ago

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.