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