Contour should be using the standard emailing as notifications with the from address coming from the /config/umbracoSettings.config file (which you can open in a text editor).
Just look for this line:
<notifications>
<!-- the email that should be used as from mail when umbraco sends a notification -->
Set the Name for send emails
Where can i set the sender of the umbraco emails?
I am using thix web.config configuration:
Now it is using "name" (in front of the domain) as name of the email.
How can i set name of all send emails?
Also where can i set for example the reply-to etc.?
THanks
How are you sending the emails, Courier Contour or something else?
I usually add a settings node to the Umbraco content section so the client can easily change the from and reply to emails.
Rich
The mails are sent by contour not courier.
where is the setting for the Sender name, reply-to, etc.?
In IIS i can just set the email address of the sender
Sorry, my bad, I meant Contour.
Contour should be using the standard emailing as notifications with the from address coming from the /config/umbracoSettings.config file (which you can open in a text editor).
Just look for this line:
<notifications>
<!-- the email that should be used as from mail when umbraco sends a notification -->
<email>[email protected]</email>
</notifications>
From here http://our.umbraco.org/forum/umbraco-pro/contour/6710-changing-the-reply-to-address
Rich
so i can use here:
<name>Max Mustermann</name> also?
I want to set the sender name not the sender email address
Can someone please tell me where i can set the name of the send email?
if i set <email>[email protected]</email>
The senders name is "one-test" but i want to set a different name
Thanks
Can somebody please tell me where i can set the sender name? thanks
Hey dominik, did you find out how to do it? i need the same.....
No no response. I am still waiting for a solution / answer
I'd be interested in a solution here too...
is working on a reply...