Replies: 0
As the title says, and more people have pointed out, the ‘New Order recieved’ e-mail is not working.
Installing WP Mail Log, Postman and Check Email plugins to verify results in:
- WP default SMTP: No e-mail, no log.
- Postman SMTP: No e-mail, no log.
- Adding Cron deferred mailing fix (add_filter( ‘woocommerce_defer_transactional_emails’, ‘__return_false’ );): No e-mail, no log.
I’m suspecting it’s somewhere inside WC that’s not allowing it to send, at all. Anybody got a crack at it?