MIME::Lite::TT::HTML Problem - Unable to see HTML images on the mail client

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ywang123
    New Member
    • May 2010
    • 2

    MIME::Lite::TT::HTML Problem - Unable to see HTML images on the mail client

    Hi There,

    I am using MIME::Lite::TT: :HTML Perl module to send an HTML based email. HTML file contains a header image and footer image and the content within. When I send an email using this module, I can see on the mail client only the text content and not the header and footer images.

    - I am sure the images are in the same path as the html files is and as well I tried giving absolute path of images in the HTML file as well. But nothing works.

    Can some one guide me on what I need to do so that I can see header and footer images when I see the mail in my mail client ?

    Thanks
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    Please show us what you have tried. No need to show you the same as you have already tried.

    --Kevin

    Comment

    • eWish
      Recognized Expert Contributor
      • Jul 2007
      • 973

      #3
      A few things I would check.

      1. See it the file was sent as an attachment.
      2. Make sure the images are not being blocked
      3. Make sure you have the proper MIME types for the files you are sending.

      MIME::Lite
      MIME::Lite::TT: :HTML
      Article about MIME::Lite::TT: :HTML

      Comment

      Working...