SMTP is the standard protocol for sending emails between servers. Under SMTP, a client SMTP process opens a TCP connection to a remote server SMTP process and sends mail across the connection. The server listens on port 25 for connections. When a connection is made, the two processes execute a simple request-response dialogue defined by SMTP to transmit sender and recipient addresses and the email message itself. Mail is then forwarded to remote servers or delivered locally. POP3 and IMAP allow users to download stored mail from the local server.