Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kalle Ekstrand 181 posts 259 karma points c-trib
    Sep 08, 2011 @ 16:06
    Kalle Ekstrand
    0

    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

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Sep 08, 2011 @ 16:45
    Tom Fulton
    0

    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

  • Fuji Kusaka 2203 posts 4220 karma points
    Sep 08, 2011 @ 17:47
    Fuji Kusaka
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft