Copied to clipboard

Flag this post as spam?

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


  • Bomborlo 1 post 21 karma points
    Nov 21, 2011 @ 18:12
    Bomborlo
    0

    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.

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Nov 21, 2011 @ 22:44
    Darren Ferguson
    0

    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.

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Nov 24, 2011 @ 14:38
    Darren Ferguson
    0

    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.

  • Doug Moore 48 posts 103 karma points c-trib
    Jul 24, 2013 @ 19:12
    Doug Moore
    0

    Was a working example ever put up?

  • Doug Moore 48 posts 103 karma points c-trib
    Jul 24, 2013 @ 20:28
    Doug Moore
    0

    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>

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft