[PHP-WIN] Re: problems sending mail

2003-06-19 Thread Felipe Lorente
Hi, I've got the solution You have to go to php.ini file and look for the line "smtp", this one has the value "localhost" by default. Then you need to add a valid smtp address here. (the smtp addres of your email account). If you need to authenticate to send an email with your current smtp addr

[PHP-WIN] Re: problems sending mail

2003-06-19 Thread Mark Clarkstone
I get the Same ERROR Help Us out!!! "Felipe Lorente" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, could please someone help me with this?? > I use the php function mail like this: > > mail($to, $subject, $text, "From: $sender > X-Mailer: PHP/" . phpversion()); > >