Anyone know how i should go about setting up a custom email template to be used by contour? I want to set up an email workflow that emails the user a thankyou message once they have filled in a form, and i want that message to be displayed within my email template.
If you use the xslt transformed email workflow type you have complete control over the html, alternatively you could also create a custom workflow type...
You can use the XSLT Transformed email task and create a custom XSLT file to render the email message how you want. You can use the built in ones as a starting point and work from there. I use this a lot for emails that need nice formatting and branding as well as other custom content.
To send it to the user, you can just set the to address to the email field that the user filled in. There's info on how to do that in the Contour developer documentation on the project page.
Custom email templates for contour
Anyone know how i should go about setting up a custom email template to be used by contour? I want to set up an email workflow that emails the user a thankyou message once they have filled in a form, and i want that message to be displayed within my email template.
Help much appreciated :-)
Comment author was deleted
Hey Alan,
If you use the xslt transformed email workflow type you have complete control over the html, alternatively you could also create a custom workflow type...
You can use the XSLT Transformed email task and create a custom XSLT file to render the email message how you want. You can use the built in ones as a starting point and work from there. I use this a lot for emails that need nice formatting and branding as well as other custom content.
To send it to the user, you can just set the to address to the email field that the user filled in. There's info on how to do that in the Contour developer documentation on the project page.
is working on a reply...