Hi, Could you please help me if there is away to learn the status of the mail we send by php's Mail function.
I want to learn whether delivery is succecful or not.
Thanks..
$mail=mail("to@to.com","subject","message","headers"); if($mail==true) { echo "message was sent": }
hope that helps