I think I know what I will get in response to this question (a lot of the "Use MIME::Lite" answers), but I'll try anyway.
I am trying to create inline images in an HTML E-Mail. The problem I am having is that some E-Mail recipients can view the image (Novell's Groupwise), while others cannot (Netscape and Mozilla). The HTML is displayed perfectly, as is the text in proper MIME text-only clients.
The image section fully decodes (using MIME::Base64) and becomes a perfect image. Boundaries are dynamically generated and are unique (surrounding each neccesary piece of the message). Text is first, making the message fully compliant with RFC 1521, with the html portion containing an additional unique boundary that separates the html from the image, and all of the proper Content Type headings.So, what could possibily be wrong? I am using img src='cid:' tags. Any idea's?
joe
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.