Hello,

On 09/30/2002 11:18 AM, Ramesh Nagendra Pillai wrote:
> I have developed an application to send newsletter
> periodically using simple mail function in PHP, the
> newsletter is in HTML format and also have some
> images. The problem is when we see the newsletter in
> the inbox, images are not coming.
> 
> So I added base reference to image, its working fine
> but if we are viewing it any mail client image is not
> coming. Please any one tell me how to overcome this
> problem.
> 
> I tried to attach images in the headers, its not
> working Can anyone please help me out

You'd better embed the images in the message itself.

In that case you may want to try this class that can do that for you easily:

http://www.phpclasses.org/mimemessage

-- 

Regards,
Manuel Lemos


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

Reply via email to