on my self hosted system (1.6.5) I notice that the automated emails responding to a password reset request are coming from do-not-reply@razuna.com , although all other system related emails are coming from the address I specified in the settings. Is there any way of changing this behaviour, it confuses my users?
Hi Sven,
It’s not possible to change it from the UI but you can change it in the code itself if you like since you have a self hosted system. Its in the file called login.cfc (/tomcat/webapps/razuna/global/cfc/login.cfc). If you search for 'do-not-reply@razuna.com’ in the file you will find it. You will have to reset cache or restart tomcat for the change to take effect. Note that the changes will get overwritten if you update.