Skip Menu |

This queue is for tickets about the MIME-Lite CPAN distribution.

Report information
The Basics
Id: 3102
Status: resolved
Priority: 0/
Queue: MIME-Lite

People
Owner: Nobody in particular
Requestors: rtperl [...] slab.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.01
Fixed in: (no value)



Subject: documentation bug for html emails
In the example for HTML document with images included, this: $msg->attach(Type => 'image/gif', Id => 'myimage.gif', Path => '/path/to/somefile.gif', ); should be this: $msg->attach(Type => 'image/gif', Id => '<myimage.gif>', Path => '/path/to/somefile.gif', ); The former doesn't work in most mail browsers I tried, and the rfc requires the latter. Perhaps the code should even add the angle braces if they're not present. alex
This bug has since been fixed. The <> are added if missing. -- rjbs