Hi there. I’m having problems sending mail from both the Communication tab as well as system messages (eg. the forgot password link).
When using the Forgot Password form I get the following message:
The form you submitted contained the following errors
* Unable to send email at this time.
When using the Communicate tab I get:
Unable to send email at this time.
Debugging Message
Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.
When I run email_test.php it’s successful, I get the email and I get the following message:
Email Test Script
No PHP errors were encountered, which indicates that PHP correctly attempted to send your email message.
If you do not receive the email it could be due to one of the following problems:
* Your hosting provider might not permit email to be sent using PHP mail
* The path to Sendmail is incorrect in your server’s PHP ini file
* Your server does not have Sendmail configured correctly.
* The recipient’s email server has spam blocking software which is incorrectly identifying messages send using PHP as spam
It’s set to use PHP in the email configuration page, but I get errors using Sendmail too. I really have no idea why it’s not working. I contacted the hosting company and they said PHP is working on the server. They also set up a script that is using Sendmail to send email and that is working.
Any help would be appreciated.