On Wed, 2002-12-04 at 00:47, Simon Wistow wrote:
> From the MIME::Lite perldocs 

Careful, there's a mistake in those docs, the example produces
non-RFC-compliant mails that break in most mailers that I tried.  I sent
a bug report in October but didn't get a response.

>            $msg->attach(Type => 'image/gif',
>                         Id   => 'myimage.gif',

the rest is ok, but this line should read
                        Id  => '<myimage.gif>',

then putting <img src="cid:myimage.gif";> in the html part will work 
(or does in all the places I tried so far).


alex



Reply via email to