Is there any way to manipulate the From/Reply-To address in the Send Email step of a Contour workflow? The email is coming from "[email protected]", which is not desirable. Where/how can I change this?
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 -->
Hey, while I have your attention, another question for you. Can I create a workflow step for sending an email to the user who fileld the form out? I'm sure I can, I just don't know how to "refer to" to the email field form value in the Umbraco Contour UI.
Hey, does anyone know if we can set the reply-to address on a per-form basis when using the Send Email workflow? Or, does this require a custom workflow?
changing the reply-to address
Hi,
Is there any way to manipulate the From/Reply-To address in the Send Email step of a Contour workflow? The email is coming from "[email protected]", which is not desirable. Where/how can I change this?
Thanks,
Garrett
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>
Great-- thanks a lot!
Hey, while I have your attention, another question for you. Can I create a workflow step for sending an email to the user who fileld the form out? I'm sure I can, I just don't know how to "refer to" to the email field form value in the Umbraco Contour UI.
//Garrett
hmmm...i am not sure about that one. I haven't really used Contour that much.
Hey, does anyone know if we can set the reply-to address on a per-form basis when using the Send Email workflow? Or, does this require a custom workflow?
Thanks,
Nik
Comment author was deleted
@Nik,
Yes that would require a custom workflow, should just be a small update of the existing one (if you use the shared sourcecode to start from http://our.umbraco.org/projects/umbraco-contour-shared-source) ;
Got it, thanks Tim. I'll take a peek and go from there.
-- Nik
In future versions it would be useful if this could be set globally and also a per form basis.
Shared source solves the problem though (: Laux
is working on a reply...