Mail is not delivered to the recipient.
"Message successfull sent!" is printed to the screen along with the form data, but the data is NOT delivered by emaill to the recipient.
What would cause this to fail? What should I be looking to correct?
if (mail($recipient, $subject, $msg, $header)) { echo("<p>Message successfully sent!</p>"); } else { echo("<p>Message delivery failed...</p>"); }


Reply With Quote
Bookmarks