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
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());
>
>