This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: smtplib docs should link to email module examples
Type: enhancement Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, guettli
Priority: normal Keywords:

Created on 2009-05-18 09:13 by guettli, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg88020 - (view) Author: Thomas Guettler (guettli) * Date: 2009-05-18 09:13
On "smtplib example":
http://docs.python.org/library/smtplib.html#smtp-example
should be a link to:
http://docs.python.org/library/email-examples.html

I think the smtplib example is bad, since the email gets created with a
string. That's not solid. Using the email module is better.
msg88129 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-05-20 18:35
Added a note and a reference in r72802.
History
Date User Action Args
2022-04-11 14:56:49adminsetgithub: 50301
2009-05-20 18:35:41georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg88129
2009-05-18 09:13:50guettlicreate