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)
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.
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.
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
Hi Nuno,
See if this helps http://our.umbraco.org/wiki/how-tos/extending-contour,-sending-email-dependent-on-form-selection
Comment author was deleted
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
Check the docs for more info on that special syntax http://our.umbraco.org/FileDownload?id=1222 page 19
Comment author was deleted
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
so it's {email} if you have a field with caption Email, {emailaddress} if you have one called Email Address ...
Does the sender e-mail have to be on the same domain as the website? Tnx
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
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
is working on a reply...