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
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
Comment