Copied to clipboard

Flag this post as spam?

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


  • Nuno Aguiar 2 posts 32 karma points
    Aug 14, 2014 @ 11:51
    Nuno Aguiar
    0

    Confirmation email to user

    Hi,

    I'm new to Umbraco's Contour. I simply want to send a confirmation email to the email address the user has inserted in a given field.

    How can I do that?

    Nuno Aguiar

  • Bogdan 250 posts 427 karma points
    Aug 14, 2014 @ 14:00
  • Comment author was deleted

    Aug 14, 2014 @ 14:34

    Hey Nuno,

    You can simply use a special syntax for that, so you'll need to add a workflow to send an email and in the address you wish to send you add {record.email} (replace email with the caption of your field on the form)

  • Comment author was deleted

    Aug 14, 2014 @ 14:36

    Check the docs for more info on that special syntax http://our.umbraco.org/FileDownload?id=1222 page 19

  • Comment author was deleted

    Aug 14, 2014 @ 14:36

    Bracket syntax for workflow settings 

    When adding settings to a workflow, it can be handy to map record values to the setting fields. This can be 

    done using the build-in bracket syntax, and also by using the standard umbraco syntax for adding page,

    session and cookie values. 

    Record values syntax 

    Individual fields can be referenced by their caption in lowercase and with whitespace and special characters 

    removed: 

    Sample field caption Bracket syntax

    Email {email}

  • Comment author was deleted

    Aug 14, 2014 @ 14:37

    so it's {email} if you have a field with caption Email, {emailaddress} if you have one called Email Address ...

  • Viktor 2 posts 72 karma points
    Apr 07, 2016 @ 09:29
    Viktor
    0

    Does the sender e-mail have to be on the same domain as the website? Tnx

  • Nuno Aguiar 2 posts 32 karma points
    Aug 14, 2014 @ 15:07
    Nuno Aguiar
    0

    Hi Tim,

    Thanks. I knew it was something that was supposed to work out-of-the-box, but simply could not find the document and/or the simple direct answer I was looking for.

    Works like a charm :)

    Best Regards, Nuno

  • Harish 15 posts 74 karma points
    Dec 02, 2014 @ 12:15
    Harish
    0

    Hi , 

    when creating a member user in umbraco 6, an notification email, which contains username and password should be sent to the member user's email address, after creating member user.

    Is there any way I can do it. Thanks in advance.

    Many Thanks

    Harish 

Please Sign in or register to post replies

Write your reply to:

Draft