Re: Embed images in emails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Per Jessen wrote:
Bastien Koert wrote:

You'll need to create a HTML email, and then embed the image with the
<img> tag, using the entire path to the image as the source attribute

Not necessarily, images may simply be sent as an attachment with
type "image/jpeg" etc.

/Per Jessen, Zürich


I haven't done it in a while but I believe you need a multipart mime email with:

Content-Type: image/jpeg
Content-Disposition: inline

unless you want it to be a separate attachment.

-Shawn

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux