Copied to clipboard

Flag this post as spam?

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


  • Garrett Fisher 341 posts 496 karma points
    Jan 26, 2010 @ 17:43
    Garrett Fisher
    0

    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

  • Seth Niemuth 275 posts 397 karma points
    Jan 26, 2010 @ 18:16
    Seth Niemuth
    1

    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>

  • Garrett Fisher 341 posts 496 karma points
    Jan 26, 2010 @ 20:07
    Garrett Fisher
    0

    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

  • Seth Niemuth 275 posts 397 karma points
    Jan 27, 2010 @ 10:37
    Seth Niemuth
    0

    hmmm...i am not sure about that one. I haven't really used Contour that much.

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Aug 30, 2010 @ 21:51
    Nik Wahlberg
    0

    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

    Aug 31, 2010 @ 08:59

    @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) ;

  • Nik Wahlberg 639 posts 1237 karma points MVP
    Aug 31, 2010 @ 13:27
    Nik Wahlberg
    0

    Got it, thanks Tim. I'll take a peek and go from there.

    -- Nik

  • Laurence Gillian 600 posts 1219 karma points
    Jan 18, 2011 @ 12:02
    Laurence Gillian
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft