RE: [PHP] image viewing in the mail client

2002-09-30 Thread Steven

Question: Do you need to authenticate to a web proxy type server  / firewall
to view web pages.

In our configuration, if you do not authenticate to our proxy server, you
are not only blocked from surfing the web, but any e-mail with images
embedded via HTML is also blocked. To view the e-mail properly, we need to
login to the proxy.

Just a thought.

-Steven

-Original Message-
From: Ramesh Nagendra Pillai [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 30, 2002 7:19 AM
To: [EMAIL PROTECTED]
Subject: [PHP] image viewing in the mail client


Hai All

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

Regards
Ramesh N



__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

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





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




RE: [PHP] image viewing in the mail client

2002-09-30 Thread John W. Holmes

Do you actually want to send the image data in the email? Why not just
reference them off of your server. In your email, provide a full path to
the image, http://www.domain.com/email/images/pic.gif. That's providing
you are already setting the correct HTML headers.

Sending the actual image data along with the email seems like a waste.

---John Holmes...

> -Original Message-
> From: Ramesh Nagendra Pillai [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 30, 2002 10:19 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] image viewing in the mail client
> 
> Hai All
> 
> 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
> 
> Regards
> Ramesh N
> 
> 
> 
> __
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php




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




[PHP] image viewing in the mail client

2002-09-30 Thread Ramesh Nagendra Pillai

Hai All

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

Regards
Ramesh N



__
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

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