You may need to check your mail server's error logs and see if
something's happening there. Assuming PHP _is_ finding the mail server
and attempting to send the message, there must be some problem at the
mail server (ie, no relay access for the IP where your script is
running, etc.).

--Toby

TraXter wrote:
> 
> Hello php-general,
> 
>   i get an unknown error with mail(). I dont know why but maybe
>   somebody knows what i can do. the code:
> 
> <?php
> mail("[EMAIL PROTECTED]","test","test");
> ?>
> 
> The error: Warning: Unknown error in ./mailtest.php on line 2
> 
> i set up the php.ini correctly !!!
> Plz help me!
> 
> --
> Best regards,
>  TraXter                          mailto:[EMAIL PROTECTED]
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to