magepal / magento2-gmail-smtp-app

Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
https://www.magepal.com
321 stars 147 forks source link

Connection timed out - When I try to send the test email #97

Closed francoeder closed 6 years ago

francoeder commented 6 years ago

Hi! When i try to send the test email, the message "Connection timed out" is returned.

email test - connection timed out

My application is on a DigitalOcean VPS, Linux Ubuntu. Tell me what information i need to give you, to help you to help me. I really appreciate your attention! Thank you!

srenon commented 6 years ago

Take a look at https://github.com/magepal/magento2-gmail-smtp-app/issues/96 and https://github.com/magepal/magento2-gmail-smtp-app/issues/12

From your server terminal, what does this return?

php -r "mail('s@gmail.com', 'My Subject', 'test');"