soubalaji has asked for the wisdom of the Perl Monks concerning the following question:

Hi Perl monks,

I need to send an email through MIME::LITE which contain a html file with embedded images.
Note: I want to send the images as mail content not by attachment.
any one help me in this.
Regards,
Balaji S
  • Comment on How do I send a HTML email with embedded images

Replies are listed 'Best First'.
Re: How do I send a HTML email with embedded images
by marto (Cardinal) on Jan 28, 2009 at 12:07 UTC
      I tried that but iam getting the image as attachment only. i want that image as a mail content.

        Perhaps you are doing something wrong, can you please post some code (and the HTML you are using) so we can see what you are doing?

        Martin