gmail smtp connection issue #3148
Unanswered
ryszard-suchocki
asked this question in
Help with using Postal
Replies: 1 comment 2 replies
-
If you've removed all traces of IPv6 then it sounds like Google might be blocking connections from your server. You could probably see if there were any You can double check your general reputation with mxtoolbox.com but if they're blocking you specifically for their own reasons, there might not be anything you can do. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I am having trouble with Postal when sending emails to Google/Gmail. According to Postal, the connections end with the message: "No SMTP servers were available for gmail.com. Tried gmail-smtp-in.l.google.com, alt1.gmail-smtp-in.l.google.com, alt2.gmail-smtp-in.l.google.com, alt3.gmail-smtp-in.l.google.com, and alt4.gmail-smtp-in.l.google.com."
I have searched the reported bugs and disabled IPv6 in my LXC container. However, this did not resolve the issue. Communication with other SMTP servers works fine; only Gmail is problematic. I tried enabling extended logging, but the Worker logs show the same message: "(Net::OpenTimeout: Net::OpenTimeout)." However, this doesn't seem correct. I conducted a test using the "swaks" package (from the host/container where Docker is installed), and everything worked fine.
What can I do next to debug the issue?
Beta Was this translation helpful? Give feedback.
All reactions