in reply to How do I send a HTML email with embedded images

See Send an HTML document... with images included! from the MIME::Lite documentation.

Martin

  • Comment on Re: How do I send a HTML email with embedded images

Replies are listed 'Best First'.
Re^2: How do I send a HTML email with embedded images
by soubalaji (Sexton) on Jan 28, 2009 at 12:26 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

        Now i got it. Thanks for your help......