|
|
| There's more than one way to do things | |
| PerlMonks |
Re: MIME::Lite::TT::HTML and attachmentsby kcott (Parson) |
| on Jan 30, 2013 at 04:53 UTC ( #1015960=note: print w/ replies, xml ) | Need Help?? |
|
G'day swandown, This is just an untested suggestion based on the documentation for MIME::Lite::TT::HTML and MIME::Lite. MIME::Lite::TT::HTML - METHODS shows the constructor (new()) returning a MIME::Lite object (with html mail format). MIME::Lite - Create a multipart message has:
followed by $msg->attach(...) calls. So, perhaps leaving out the $msg->attr(...) is the right thing to do if your constructor looks more like:
-- Ken
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||