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.

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

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.aspx and editing MailDefinition.From property on line 39.

Edit:
Might be a good idea to edit codebehind for that page and pull sender address from a config file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.