tip
Tip : PHP Mail()
The PHP mail() function on success returns a 1 or a 0 . This is not the same thing as the email successfully being sent or received. You cannot easily test for either using PHP.
The PHP mail() function on success returns a 1 or a 0 . This is not the same thing as the email successfully being sent or received. You cannot easily test for either using PHP.