I have created my first form i Contour, and it seems to work... It sends the form to my email adress, but the sender of the email is set to "[email protected]".... How can I make Contour use the email adress typed in the form, as the sender email?
I would like to be able to just click "Reply" in my mail client (Apple Mail), and send the person who filled in the form an email reply this way.
As Jan mentions the "From" email is set in /config/umbracoSettings.config:
<notifications> <!-- the email that should be used as from mail when umbraco sends a notification --> <email>[email protected]</email> </notifications>
How do I set the "From email" in Contour?
I have created my first form i Contour, and it seems to work... It sends the form to my email adress, but the sender of the email is set to "[email protected]".... How can I make Contour use the email adress typed in the form, as the sender email?
I would like to be able to just click "Reply" in my mail client (Apple Mail), and send the person who filled in the form an email reply this way.
Can any one help me out?
Hi Inmedia
You need to change that in /config/umbracoSettings.config - Can't remember the exact tag but just search for "[email protected]".
Remember to recycle the app pool / touch the web.config once you have done this.
Hope this helps.
/Jan
I dont think you can do what you describe.
As Jan mentions the "From" email is set in /config/umbracoSettings.config:
<notifications> <!-- the email that should be used as from mail when umbraco sends a notification --> <email>[email protected]</email> </notifications>
Making it a fixed email adress...
is working on a reply...