Skip to main content

Simple Message Transport Protocol

  • Chapter
Foundations of Python Network Programming
  • 745 Accesses

Abstract

Mail Servers Use SMTP to transmit messages across the Internet. A mail server on the Internet will accept connections using SMTP and store messages in the recipients’ mailbox. Some mail servers also use SMTP to forward messages on to peers. SMTP is a protocol primarily concerned with sending, forwarding, and storing e-mail. People downloading mail from a server will generally use POP (see Chapter 11) or IMAP (see Chapter 12). For Python programmers, SMTP is usually most interesting for sending e-mail.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 34.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2004 John Goerzen

About this chapter

Cite this chapter

Goerzen, J. (2004). Simple Message Transport Protocol. In: Foundations of Python Network Programming. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-0752-8_10

Download citation

  • DOI: https://doi.org/10.1007/978-1-4302-0752-8_10

  • Publisher Name: Apress, Berkeley, CA

  • Print ISBN: 978-1-59059-371-4

  • Online ISBN: 978-1-4302-0752-8

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics