Re: [PHP-WIN] Mail Function Problem

2004-04-15 Thread Luis Moreira
M. Imran Khan wrote: When I am sending mail through mail() function, I am unable to view that mail properly. I think some quotes probblme. Suppose I want to mail the following tag: http://www.abc.com/logo.gif";> But it would work properly if I don't use the quotes other wise not. Please help me

[PHP-WIN] Mail Function Problem

2004-04-15 Thread M. Imran Khan
When I am sending mail through mail() function, I am unable to view that mail properly. I think some quotes probblme. Suppose I want to mail the following tag: http://www.abc.com/logo.gif";> But it would work properly if I don't use the quotes other wise not. Please help me regarding this. Th

AW: [PHP-WIN] Mail Function Problem

2003-03-06 Thread Sven Schnitzke
want_to_drop_your_mail_at") just before calling mail(); -- Sven > -Ursprüngliche Nachricht- > Von: Jason Hawkins [SMTP:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 6. März 2003 03:07 > An: [EMAIL PROTECTED] > Betreff: [PHP-WIN] Mail Function Problem > >

[PHP-WIN] Mail Function Problem

2003-03-05 Thread Jason Hawkins
Hi, can anyone help?? I am trying to use the mail() function. It works for addresses that are internal on the intranet - but as soon as I try sending to an external address such as [EMAIL PROTECTED] I have problems with the folllowing error message: SMTP server response: 550 Relaying denied here

Re: [PHP-WIN] mail function problem

2001-08-19 Thread Angie Tollerson
Additionally Pierre, You may want to try all 4 paramters that belong in the mail function. That may cure it too. Angie >>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>> I installed php on my Windows-ME machine. Most of it works properly. One problem is that the mail function does

Re: [PHP-WIN] mail function problem

2001-08-19 Thread Angie Tollerson
Pierre, What mail agent are you using? Angie >>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>> I installed php on my Windows-ME machine. Most of it works properly. One problem is that the mail function doesn't work. I used: mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\n

[PHP-WIN] mail function problem

2001-08-19 Thread Pierre A. Fortier
I installed php on my Windows-ME machine. Most of it works properly. One problem is that the mail function doesn't work. I used: mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3"). Below is how I setup php, smtp server address added to php.ini, php program I tested, and its output.