bjkitchin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: your host may have disabled the mail() functionJan, I am grateful!
That plugin fixed the problem.
Have a fantastic day.
BJ
Forum: Fixing WordPress
In reply to: your host may have disabled the mail() functionThank you Jan. Ill try that next.
Forum: Fixing WordPress
In reply to: your host may have disabled the mail() functionSo, I can definitely send php mail from the server. However, on my site I can not generate any kind of email. When viewing my trace email function on cPanel there is no record of receiving the send following the day I upgraded to WP 3.8.1, which I currently only believe is a coincidence but its the only change state to my site that I can pin point.
How would any of you go about trouble shooting this?
BJ
Forum: Fixing WordPress
In reply to: your host may have disabled the mail() functionHere is what I have found.
MX records are correct. Confirmed and can send email to users on domain.
Tested server with email script below and it works. I receive a “Hello” email as indicated. Any suggestions?
<? $to = 'redacted'; $subject = 'The test for php mail function'; $message = 'Hello'; $headers = 'From: redacted' . "\r\n" . 'Reply-To: [email protected]' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $message, $headers); ?>
When I try to get lost password I encounter the same error.
The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function.Forum: Fixing WordPress
In reply to: your host may have disabled the mail() functionHi guys,
On this server I have 10 sites, same IP. All the others are sending emails from the WordPress just fun. I am moving to checking the MX configuration, though I can conceive of why they would just change randomly.
Is a possible that a plugin I installed in the last day or two could change the php.ini set up enough to do this? Ill follow up with the results from my MX field trip.
BJ
Forum: Fixing WordPress
In reply to: your host may have disabled the mail() functionThank you, Ill try that.
Thanks Hugo, it is an imperfect world after all. ?? Ill head over to the BP support and join the group moving forward.