wp doesn’t send emails
-
I’m writing a new plugin from which I would like to be able to send service emails to the users.
I’m working on my computer using WAMP. And I’m not able to send emails, I installed several plugins trying using smtp.gmail.com and other smtp servers, and followed many of the online suggestions, but I’m still not able to send emails.
The closest I’ve got is when I’ve got this error:2019-12-17 09:05:36 Connection: opening to smtp.mywebsite.com:25, timeout=300, options=array () 2019-12-17 09:05:37 Connection: opened There has been a critical error on your website. Please check your site admin email inbox for instructions.
I set on the wp_config.php
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true );
to try to get more info, but I can’t even get the debug.log.
any suggestion?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wp doesn’t send emails’ is closed to new replies.