2010/7/20 Mimi Cafe <mimic...@googlemail.com>: > 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? >
When you use MIME::Lite you should have the chance to specify the format for the message body, for example, is this a html message or a plain text message. So I may think this behavior decide which template your message should choose. -- Jeff Pang http://home.arcor.de/pangj/ -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/