diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-27 20:38:46 (GMT) |
commit | 469271d4ea02322f526414c0ed51556410b0d3e6 (patch) | |
tree | 26b8af47b4427cc9f042947aaa241ce69a998545 /Doc/library/smtplib.rst | |
parent | 1a90f9c52fbf3ec0318c4c9defafe8403f6146b9 (diff) | |
download | cpython-469271d4ea02322f526414c0ed51556410b0d3e6.zip cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.gz cpython-469271d4ea02322f526414c0ed51556410b0d3e6.tar.bz2 |
More source links
Diffstat (limited to 'Doc/library/smtplib.rst')
-rw-r--r-- | Doc/library/smtplib.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 858301d..531a64d 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -10,6 +10,10 @@ pair: SMTP; protocol single: Simple Mail Transfer Protocol +**Source code:** :source:`Lib/smtplib.py` + +-------------- + The :mod:`smtplib` module defines an SMTP client session object that can be used to send mail to any Internet machine with an SMTP or ESMTP listener daemon. For details of SMTP and ESMTP operation, consult :rfc:`821` (Simple Mail Transfer |