Simple Mail Transfer Protocol (SMTP)
- Description: SMTP is used for sending email from a client to a server or between servers.
- How it Works: SMTP works by initiating a session between the client and server where the email's details (such as recipient, subject, body) are transferred.
Ports¶
- 25 (Unsecured)
- 587 (Secured)