PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
php programmer
Forum Newbie
Posts: 2
Joined: Fri Mar 19, 2010 9:22 am

PHP

Post 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
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: PHP

Post 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.
Post Reply