I was wondering if its possible to add different email notifications in the umbracoSettings.config. To be more precise, i have contour installed and have 5 different forms, where each one of them have different mail recipient.
What i would like to achieve here is be able to add different email notification according to the form.
Nice solutio but since am using Contour, i did changed the notifications in umbracoSettings.config
<notifications> <!-- the email that should be used as from mail when umbraco sends a notification --> <email>[email protected]</email> </notifications>
But i noticed when an email is sent as a response to the user the same email address is used for all the forms.
If you are using Contour, then you should try have a look at the ontour-contrib package.
With this you will get the option of WorkflowType: Send form through e-mail and specify the reply-to address (that way you can immediately reply to the sender for example)
Email Notifications
Hi All,
I was wondering if its possible to add different email notifications in the umbracoSettings.config. To be more precise, i have contour installed and have 5 different forms, where each one of them have different mail recipient.
What i would like to achieve here is be able to add different email notification according to the form.
//fuji
I haven't used Contour, but isn't it possible to set a different recipient on a node or something? I use this package all the time: http://our.umbraco.org/projects/backoffice-extensions/digibiz-email-form-with-tinymce
Jeroen
Hi Jeroen,
Nice solutio but since am using Contour, i did changed the notifications in umbracoSettings.config
But i noticed when an email is sent as a response to the user the same email address is used for all the forms.
Hello ,
can we add multiple email in the notifications for different forms :
that is :
notifications
notifications
Thanks ,
kusum
Hi kusum,
If you are using Contour, then you should try have a look at the ontour-contrib package.
With this you will get the option of WorkflowType: Send form through e-mail and specify the reply-to address (that way you can immediately reply to the sender for example)
https://our.umbraco.org/projects/developer-tools/contour-contrib/
Hope this helps,
/Dennis
Hello Dennis,
Thanks for your help.
But I want to be able to change the From address in the config file, by adding multiple addresses.
Is it possible ?
Thanks,
kusum
is working on a reply...