Simple Mail Transfer Protocol (SMTP)¶
Simple Mail Transfer Protocol, aka SMTP, is the standard protocol used for sending emails across the internet. SMTP is responsible for the transmission of email messages from the sender’s mail server to the recipient’s mail server.
PHP send emails with the mail funciton, which relies on the local SMTP server.
See also RFC-5321.
Related : Email, Mail, Quoted Printable, RFC