SMTP: GMail as email Server #7902
Closed
mickster1963
started this conversation in
General
Replies: 2 comments
-
|
Thanks for reporting! That debug log shows PHPMailer trying to connect to Recommended SettingsGo to Admin → System Settings → Email and use:
Verify Server ConnectivityRun one of these commands from your hosting server: telnet smtp.gmail.com 587 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
Debug Email Connection
2026-01-02 19:20:15 Connection: opening to smtp.gmail.com:25, timeout=10, options=array()
2026-01-02 19:20:25 Connection failed. Error #2: stream_socket_client(): Unable to connect to smtp.gmail.com:25 (Connection timed out) [/home2/fbcsourl/membership.fbcsourlake.org/vendor/phpmailer/phpmailer/src/SMTP.php line 421]
2026-01-02 19:20:25 SMTP ERROR: Failed to connect to server: Connection timed out (110)
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Other information about setup:
Timeout while testing SMTP server connection. Seems like this should be 587 and not 25.
Beta Was this translation helpful? Give feedback.
All reactions