Port 465 — SMTPS

SMTP over SSL. Encrypted email submission. Port 587 with STARTTLS is now preferred.

Is Port 465 Open on Your Server?

Test it now with our Port Scanner

Port 465 Details

Port465
ServiceSMTPS
ProtocolTCP
EncryptedYes (TLS/SSL)
Common UseSMTP over SSL

How to Check Port 465

Online: Use our Port Scanner — enter your IP and port 465.

Command line:

nc -zv your-server-ip 465 (Mac/Linux)

Test-NetConnection -ComputerName your-server-ip -Port 465 (PowerShell)

Check locally:

ss -tlnp | grep :465 (Linux)   netstat -an | findstr :465 (Windows)

Related Ports

Port Scanner · How to Check if a Port Is Open · Port Forwarding Guide · All Tools

All Tools · Learn · SamNet