Email protocols govern how messages are sent, received, and accessed across the internet. Understanding these protocols is key to grasping how email infrastructure functions and where security vulnerabilities might exist.
SMTP is a protocol used to send emails from a client to a mail server, or between mail servers. It operates by default over TCP port 25, though modern configurations prefer port 587 with TLS encryption to enhance security.
dicksonunited.com) into an IP address.Port 25 is still used for server-to-server transmission but is often blocked by ISPs for client submission due to spam concerns. Port 587 with STARTTLS is now the recommended standard for authenticated message submission.

POP3 is a protocol for retrieving email from a mail server to a local client. It works by downloading messages and, by default, deleting them from the server after retrieval.
POP3 is best suited for single-device access. It's less ideal in environments where users need access across multiple devices.