Forum Moderators: coopster

Message Too Old, No Replies

Mail error handling

warning

         

ikke

8:49 am on Mar 29, 2005 (gmt 0)

10+ Year Member



Goodmorning,

I get the following error


Warning: Server Error in c:\apache\htdocs\keurslagerij\verzonden.php on line 318

This is line 318

mail($email, $subject, $message, $headers);//sendmail to customer

I know that the e-mail does not exists but is there something that gives a friendly error for the users?

thanks in advance

coopster

2:55 pm on Mar 29, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Check the return value. The mail() [php.net] function returns TRUE if the mail was successfully accepted for delivery, FALSE otherwise.