Re: [PHP] Re: send mail error

2004-05-25 Thread Manuel Lemos
Hello, On 05/25/2004 04:51 AM, Tassos T wrote: i try this it seems to work but i reseve error message like that : SMTP server response: 553 sorry, relaying denied from your location i heve windows server It seems to need to authenticate. The mail() function does not support authentication. You ma

Re: [PHP] Re: send mail error

2004-05-25 Thread Tassos T
i try this it seems to work but i reseve error message like that : SMTP server response: 553 sorry, relaying denied from your location i heve windows server please advise tassos Craig wrote: On windows I believe this will work: ini_set("sendmail_from",[EMAIL PROTECTED]); Try that. http://www

[PHP] Re: send mail error

2004-05-20 Thread Craig
On windows I believe this will work: ini_set("sendmail_from",[EMAIL PROTECTED]); Try that. http://www.php.net/ini_set HTH Craig "Tassos T" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hello, > > i face a problem with send mail via php. > i have a server with ms IIS and i have