• Currently, I have the plugin installed and running. The form comes up, but I don’t receive any of my test emails. Please help. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Here is a list of things to check:

    • What version of WordPress are you running?
    • Are there any errors in the server logs?
    • Make sure the “To:” email is correct (check for trailing spaces)
    • In smcf_data.php, change:
      @mail($to, $subject, $body, $header) or
        die('Unfortunately, your message could not be delivered.');

      to (remove the @):

      mail($to, $subject, $body, $header) or
        die('Unfortunately, your message could not be delivered.');

    Let me know if any of those help.

    -Eric

    Turned out to be a local DNS issue.

    I’m having the same issue. The form says it sent the message but I do not receive any messages. I’ve answered your above questions.

    1) 2.3.1
    2) no errors in the error log
    3) Made suggested changes in the smcf_data.php

    @webminx – if you do not see any errors when you remove the @ from the mail call, you don’t see any errors in your apache(webserver) logs, and you’ve verified that the “to” address is correct, the only other thing I can think of is a server issue.

    Anything from php/dns/etc.

    My email sometimes works and sometimes doesnt. I have been told sent emails to my site were returned as “mail box full” lately emails sent to me don’t get returned to sender and I never receive them either.

    Please help.

    ufipman – sounds like an issue with your server, not SMCF. I suggest that you contact your hosting provider.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not receiving email’ is closed to new replies.