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
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Wubbulous, brett.cannon
Priority: normal Keywords:

Created on 2007-12-15 03:58 by Wubbulous, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg58653 - (view) Author: (Wubbulous) Date: 2007-12-15 03:58
SMTP module returns "no module named SMTP"
msg58654 - (view) Author: (Wubbulous) Date: 2007-12-15 03:59
SMTP returns that smtplib has no module "SMTP"
msg58658 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2007-12-15 05:43
There is no module named SMTP.  See the list of modules at
http://docs.python.org/modindex.html .
History
Date User Action Args
2022-04-11 14:56:29adminsetgithub: 45974
2007-12-15 05:43:06brett.cannonsetstatus: open -> closed
resolution: not a bug
messages: + msg58658
nosy: + brett.cannon
2007-12-15 03:59:14Wubbuloussetmessages: + msg58654
2007-12-15 03:58:08Wubbulouscreate