The Core

Why We Are Here => Web Development => Topic started by: emp on July 10, 2019, 07:20:33 AM

Title: wp mail not working sent me on a wild goose chase - maybe this will help someone
Post by: emp on July 10, 2019, 07:20:33 AM
Long story short:

Error
Contact form stopped sending one day to the other.

Testing
WP mail gave no error
php mail() was sending no prob.

Error source found
After a few hours of chase, I found that some system process had set permissions on class-phpmailer.php to absolute zero.

Set rights back - all good.

What a night.

::emp::