By Fabio Soares
I configured Wordpress with the GMail SMTP
Already config the Google App Settings.
The email is a GSuite email.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
Does this plugin have a log that shows you what happens when trying to send an email? Have you tried enabling WP_DEBUG?
define('WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
After this try to send an email. Then navigate to /wp-content and check for a debug log file.
cd /var/html/wp-content
ls -l
cat debug.log
It might be worth trying a different plugin. This one has always worked well for me. Even has a FAQ entry for setting it up with Google. https://wordpress.org/plugins/wp-mail-smtp/
Hope this helps.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.