I am trying to configure Sitecore to send emails from a specific email address when a CMS user goes through to reset their password.
Currently the email is sent from someone@example.com but it isn’t in any of the config files.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You won’t find from email address in a config file because it is hard-coded.
You can change this manually by going to
[website_root]/sitecore/login/passwordrecovery.aspxand editingMailDefinition.Fromproperty online 39.Edit:
Might be a good idea to edit codebehind for that page and pull sender address from a config file.