I am testing MIME::Lite::TT::HTML and it works as expected using my html template. What I need to understand is why it does nit send email using my text template or both template, since I did not explicitly specify which template to use anywhere when calling new().
I specified 2 templates below following the MIME::Lite::TT::HTML synopsis, but I can't see anywhere where it says use the html template. Is that the default behaviour of this module to use an html template even if more than 1 is supplied? Template => { html => 'mail.html', text => 'mail.txt', }, I have not used Template::Toolkit before and the MIME::Lite::TT::HTML doc relies on knowledge of Template::Toolkit. Regards -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/