Is there a way to modify Umbraco's notification e-mails for updates, translation, approval, etc? I've looked around and can't find any documentation on it.
To be a bit more specific check the <notifications> section of the umbraco.config file, which can be found in the config folder.
If you still don't receive a notifications e-mail after entering your e-mail here you should go and check the <mailsettings> section in the web.config file and make sure you have entered the correct smtp info.
Modifying default Umbraco Notification Emails/Templates
Hi All,
Is there a way to modify Umbraco's notification e-mails for updates, translation, approval, etc? I've looked around and can't find any documentation on it.
Thanks,
Jay
Check the umbraco config file.
To be a bit more specific check the <notifications> section of the umbraco.config file, which can be found in the config folder.
If you still don't receive a notifications e-mail after entering your e-mail here you should go and check the <mailsettings> section in the web.config file and make sure you have entered the correct smtp info.
/Jan
Hi Jay I suspect you are trying to change the wording and format of the notifications, not to whom they are being sent.
While I have not done this I believe there is an xml file under umbraco\config\lang\en.xml that contains a lot of this stuff.
Good luck.
That's exactly what I was looking for. Sorry for the confusion everyone. I really wasn't at all clear in my original post.
Thanks all for your replies.
is working on a reply...