On Tue, 2016-01-26 at 13:57 -0500, Tushar Dave wrote:
>
> try {
> email {
> from => '[email protected]',
> to => '[email protected]',
> subject => 'test email',
> body => template 'contactUsEmail.tt', {name => $params->{'name'},
^^^^
Only guessing, but I suspect you're going to have problems with
precedence here. Try adding some brackets. E.g.
body => template('contact..', {...} )
_______________________________________________
dancer-users mailing list
[email protected]
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users