SMTP Ports Blocked? Unable to Connect to External SMTP Servers

bladminx

New Member
Messages
12
Reaction score
0
Points
1
Hi everyone,


I'm experiencing issues connecting to external SMTP servers (e.g., Brevo, Gmail) from my hosting account. I've tried the commonly used ports—587, 465, 2525, and 25—but none of them seem to work.


I created a PHP script to test connectivity, and the results consistently show that the connection is refused or unreachable:

Error: Could not connect to server on port 587. Error 111: Connection refused
Error: Could not connect to server on port 465. Error 101: Network is unreachable


This suggests that outbound connections to these SMTP ports might be blocked on the server.


I would appreciate it if someone could confirm whether SMTP ports are restricted on this hosting plan. If so, is there any way to enable them, or would I need to consider an alternative solution for sending emails?


Thank you in advance for your help!
 

waxtowthe

New Member
Messages
1
Reaction score
0
Points
1
I guess this started today experiencing the same issue at the moment please Admin fix it
 

kenny9

Active Member
Messages
427
Reaction score
32
Points
28
Hi everyone,


I'm experiencing issues connecting to external SMTP servers (e.g., Brevo, Gmail) from my hosting account. I've tried the commonly used ports—587, 465, 2525, and 25—but none of them seem to work.


I created a PHP script to test connectivity, and the results consistently show that the connection is refused or unreachable:

Error: Could not connect to server on port 587. Error 111: Connection refused
Error: Could not connect to server on port 465. Error 101: Network is unreachable


This suggests that outbound connections to these SMTP ports might be blocked on the server.


I would appreciate it if someone could confirm whether SMTP ports are restricted on this hosting plan. If so, is there any way to enable them, or would I need to consider an alternative solution for sending emails?


Thank you in advance for your help!
Use of an external SMTP server is not allowed. Can only use localhost (the server your account is on)
 

kenny9

Active Member
Messages
427
Reaction score
32
Points
28
I guess this started today experiencing the same issue at the moment please Admin fix it
Use of an external SMTP server is not allowed. Can only use localhost (the server your account is on)
 

bladminx

New Member
Messages
12
Reaction score
0
Points
1
Use of an external SMTP server is not allowed. Can only use localhost (the server your account is on)
I see. But I've used it for years up until 5 months ago. So I understand the rules have changed recently, right?
 

mrburnsx

Community Advocate
Community Support
Messages
434
Reaction score
46
Points
28
These rules have been in place for years.
 
Top