Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Please, could you post a working example of a template to br used with "Template Email Task" ?
Thanks a lot.
Sure - I'll try and fit it in over the next couple of days.
If you'd like to drop me an email telling me what you'd like to see then I'll try and tailor the demo: http://www.fergusonmoriyama.com/contact
Thanks.
Hi Giorgio - the latest reelase has fixed the issues with Template email tasks - you can just install over the top of the previous version.
Please let me know if you need any help.
Was a working example ever put up?
Turns out it was fairly easy to figure out. It seems a little counterintuitive if you think about it the wrong way, but here's what you need to do:
Create an Umbraco Template (under Settings->Templates). In that template put the content you want, and put any email tokens you may want
Specify that template in your Email Template Task
Example Template:
<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
<asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
{Instantiator} submitted content for your approval<br/><br/>
{Comment}
</asp:Content>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Template for Template Email task
Please, could you post a working example of a template to br used with "Template Email Task" ?
Thanks a lot.
Sure - I'll try and fit it in over the next couple of days.
If you'd like to drop me an email telling me what you'd like to see then I'll try and tailor the demo: http://www.fergusonmoriyama.com/contact
Thanks.
Hi Giorgio - the latest reelase has fixed the issues with Template email tasks - you can just install over the top of the previous version.
Please let me know if you need any help.
Was a working example ever put up?
Turns out it was fairly easy to figure out. It seems a little counterintuitive if you think about it the wrong way, but here's what you need to do:
Create an Umbraco Template (under Settings->Templates). In that template put the content you want, and put any email tokens you may want
Specify that template in your Email Template Task
Example Template:
<%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" AutoEventWireup="true" %>
<asp:Content ContentPlaceHolderID="ContentPlaceHolderDefault" runat="server">
{Instantiator} submitted content for your approval<br/><br/>
{Comment}
</asp:Content>
is working on a reply...