Page 1 of 1

PHP

Posted: Tue Jun 01, 2010 3:03 am
by php programmer
How to check whether the mail has been successfully send using mail function in php?

please any one can tell me ........... thanks

Re: PHP

Posted: Tue Jun 01, 2010 3:14 am
by cpetercarter
mail() returns true if the mail was successfully accepted for delivery, FALSE otherwise. It is, of course, not possible to be certain that the mail has actually reached the recipient.