Im building an automated newsletter, im kinda stuck with this problem. I need to know if the email was sent or not. Here is my code
@$send = mail($emailReci
You can also try this
$send = mail($to,$subject,$msg); if($send) { echo "Your Account is Successfully Created. You must Activate your account."; } else echo "Failed to send";