SMTP_ISSUES, #MAILER_ISUSES, #NET::OPEN-TIME-OUT ERROR ON SERVER
If you are getting this type error on server.
1. SMTP send mail connection timed out
2. Net::OpenTimeout (execution expired):
running the following command on your droplet:
nc -z smtp.gmail.com 25
If
it does not output the following, it's possible that SMTP is blocked on
your droplet. In this case you should enable smtp setting from digital
oceans. Also In that case, please file a support ticket and the support
team will take care of it.
Comments