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.
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.
Here is a list of things to check:
@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.
This topic has been closed to new replies.