Lost Password Email - default sender?

The best answer? Don't.
Use smtp and setup the email properly
Go into options -> email -> use smtp , and setup the account to use admin@mydomain.com with the appropriate site settings.

Relying on php's mail() functionality (the way XF does this by default) is bad . It's disabled by any smart provider, and can result in your mail being flagged as spam.
 
Top Bottom