I would like to know where I can change to notifications' mail-to address in umbraco 4.0.4.
Can I use more than one mail-to address? Where does the server name in the email message come from? I see "localhost:80/mysite/...", while I want to see my webiste's address
There is a setting in the config/umbracosettings.config
<notifications> <!-- the email that should be used as from mail when umbraco sends a notification --> <email>[email protected]</email> </notifications>
think the notification is also linked to the email address if the current logged in user...
email notifications
Hi,
I would like to know where I can change to notifications' mail-to address in umbraco 4.0.4.
Can I use more than one mail-to address? Where does the server name in the email message come from? I see "localhost:80/mysite/...", while I want to see my webiste's address
thanks form advance!
There is a setting in the config/umbracosettings.config
<notifications>
<!-- the email that should be used as from mail when umbraco sends a notification -->
<email>[email protected]</email>
</notifications>
think the notification is also linked to the email address if the current logged in user...
Hi Mike,
The line you suggest is responsible for the sender(mail-from) user, but I want to control the recipient(mail-to user)
Isn't that just the email address associated to the user account you are sending the notification to?
in the Users section of the umbraco admin?
excelent! Mike that the file that im looking at
config/umbracosettings.config
is working on a reply...