SMTP Enumeration
Last updated
Last updated
Simple Mail Transfer Protocol
is an application layer protocol.
If suppose a client wants to send a mail, he / she needs to open a TCP connection to the SMTP server and then send the mail across the connection.
The SMTP server by default is always set to LISTENING mode, when the client sends the mail across the TCP connection the SMTP initiates a connection on the port 25
.
The only disadvantage of SMTP is it cannot retrieve messages. It can send
,relay
,forward
messages. By default it uses port 25, but it can also use port 587 and 465 for TLS.