<div dir="ltr">There were threads on this recently, I posted config, Perl and tt. There are a few gotchas but it is quite do-able. What error do you see?<br><div><br><a href="http://lists.preshweb.co.uk/pipermail/dancer-users/2016-January/005429.html">http://lists.preshweb.co.uk/pipermail/dancer-users/2016-January/005429.html</a><br><a href="http://lists.preshweb.co.uk/pipermail/dancer-users/2016-January/005448.html">http://lists.preshweb.co.uk/pipermail/dancer-users/2016-January/005448.html</a><br></div><div>cheers -- Rick<br><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I am trying to send an email as HTML using HTML template. Does anybody know<br>
that how can I use HTML template (that resides in view directory) as email<br>
body? So far I tried the following code but am not able to get it working.<br>
It may be not the right way of doing it.<br>
<br>
try {<br>
    email {<br>
        from => '<a href="mailto:abc@xyz.com">abc@xyz.com</a>',<br>
        to => '<a href="mailto:xyz@abc.com">xyz@abc.com</a>',<br>
        subject => 'test email',<br>
        body => template 'contactUsEmail.tt', {name => $params->{'name'},<br>
email => $params->email'}, message => $params->{'message'}},<br>
        type => 'html'<br>
    };<br></blockquote><div> </div></div><br></div></div>