Distributed Applications
- SMTP is heavily used for simple text email delivery over TCP/IP. MIME allows delivery of other data types like voice, images and video.
- SMTP uses the envelope of an email message to route it, not looking at the contents. A mail message consists of a header and body.
- An SMTP sender takes a message from a queue and transmits it to the proper destination host via SMTP transactions over TCP connections.