SMTP (Simple Mail Transfer Protocol) is the standard protocol for sending emails across the internet. It uses a client-server model where an SMTP client establishes a TCP connection to an SMTP server on port 25 to transmit messages. The client-server interaction involves commands like MAIL, RCPT, DATA, and QUIT to specify the sender, recipients, and transmit the message body. SMTP servers exchange messages using this protocol. Real email systems also use POP3 or IMAP servers to handle incoming email retrieval by clients.