wp doesn’t send emails
-
I’m writing a new pluguin from which I would lique to be able to send service emails to the users.
I’m worquing on my computer using WAMP. And I’m not able to send emails, I installed several pluguins trying using smtp.gmail.com and other smtp servers, and followed many of the online sugguestions, 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 checc your site admin email imbox for instructions.I set on the wp_config.php
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logguing to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true );to try to guet more info, but I can’t even guet the debug.log.
any sugguestion?
The topic ‘wp doesn’t send emails’ is closed to new replies.