Email

Port 25

SMTP

Email transmission between mail servers

Port
25
Protocol
TCP
Service
SMTP
Security
Restricted
Full name: Simple Mail Transfer Protocol

What is port 25?

SMTP on port 25 is the foundation of email on the internet. It is used exclusively for server-to-server communication (MTA to MTA). ISPs almost always block outbound port 25 from residential connections to prevent spam. For sending email from an application or client, use port 587 (SMTP Submission) or 465 (SMTPS). Checking whether a mail server has port 25 open is commonly done when debugging DNS MX records.

Related ports