How to check whether the mail has been successfully send using mail function in php?
please any one can tell me ........... thanks
PHP
Moderator: General Moderators
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: PHP
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.