in reply to Re: MIME Lite HTML with Attachments
in thread MIME Lite HTML with Attachments
Anyhow, I had already tried the approach you mentioned, seemed natual. However, I got the following error:
$mailHTML->attach( Type =>'text/html; charset="iso-8859-1"', Data => '<b>Brought to you now!</b>', ); Can't locate object method "attach" via package "MIME::Lite::HTML" at +mailhml.pl line 15.
So that's when I tried "scoping" the reference (terminology???) to get at the method I want.
Perhaps, your statement
This presupposes that the ::Lite extension does properly inherit, of course.
I guess I will go peruse the source. Any other thoughts?
Thanks
|
|---|