Not with the default "Send Email" workflow, but you could look at the Contour Contrib project which includes a workflow called Send Email Extended that includes an option to set the Reply To address, which you could set to the value of a field using {yourfieldalias}.
Another option is to use the XSLT Transformed Email workflow, and use the umbraco.library:SendMail function to send a second email from within the XSLT file (discussed in this thread), which will give you control over the from/reply address. I think that will result in two emails though.
As Tom mentioned earlier you can do this dynamically by adding another workflow to your stage after the user has submitted the form.
However i would used XSLT Transformed Email instead of the predefined one and so have more control on what you want the user to receive as confirmation to his submitted form
Change the ReplyTo address dynamicly?
Hello,
I need to be able to change the ReplyTo E-mail address on one form.
And I need it to be the E-mail address that the user have entered in the form.
Is this possible?
//Kalle
Hi,
Not with the default "Send Email" workflow, but you could look at the Contour Contrib project which includes a workflow called Send Email Extended that includes an option to set the Reply To address, which you could set to the value of a field using {yourfieldalias}.
Another option is to use the XSLT Transformed Email workflow, and use the umbraco.library:SendMail function to send a second email from within the XSLT file (discussed in this thread), which will give you control over the from/reply address. I think that will result in two emails though.
-Tom
Hi Kalle
As Tom mentioned earlier you can do this dynamically by adding another workflow to your stage after the user has submitted the form.
However i would used XSLT Transformed Email instead of the predefined one and so have more control on what you want the user to receive as confirmation to his submitted form
//fuji
is working on a reply...