in reply to How can I send HTML email with embeded images?

You probably want to look at the modules from the Perl Email Project. I'd guess you need Email::MIME::Creator and Email::Send to start with.

And if you're going to send email containing HTML and images, then please be polite enough to include a plain text version as well for those of us who refuse to read HTML mail.

  • Comment on Re: How can I send HTML email with embeded images?