26 Jan
2016
26 Jan
'16
11:54 p.m.
On Tue, 2016-01-26 at 13:57 -0500, Tushar Dave wrote:
try { email { from => 'abc@xyz.com', to => 'xyz@abc.com', 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..', {...} )