Iñigo Medina García wrote:

> Hi Per,
> 
> yep, it's true, playing with mime it can be sent as attachment, but I
> don't want that but embed.
> 
>    iñigo

OK, then you need to revisit what Bastien said.  However, instead of
<img> referring to an external image, you need to use
src="cid:nnnnnnnn" where 'nnnnnnn' will refer to an attached image file
with a Content-ID header.  It may sound a little complicated, but it's
not really difficult - if you want to know more, see RFC2111.


/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to