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

MIME::Lite is the best module to use for that, but you should be aware that embedded images often are a high spam indicator.

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

Replies are listed 'Best First'.
Re^2: How can I send HTML email with embeded images?
by bart (Canon) on Feb 14, 2007 at 11:21 UTC
    The way to include images in your HTML so they get used in the HTML mail, is by using the "cid:" (pseudo-)protocol (short for "content ID"), as described in RFC 2111, with sample code available for various languages on the web, and for Perl in the docs for MIME::Lite.