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.

Author berker.peksag
Recipients berker.peksag, docs@python, jonash
Date 2013-06-10.11:47:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370864824.72.0.665337356244.issue18179@psf.upfronthosting.co.za>
In-reply-to
Content
The docstring of the SMTP class says:

"If specified, `local_hostname` is used as the FQDN of the local host.  By default, the local hostname is found using socket.getfqdn()."

See Lib/smtplib.py:226.
History
Date User Action Args
2013-06-10 11:47:04berker.peksagsetrecipients: + berker.peksag, jonash, docs@python
2013-06-10 11:47:04berker.peksagsetmessageid: <1370864824.72.0.665337356244.issue18179@psf.upfronthosting.co.za>
2013-06-10 11:47:04berker.peksaglinkissue18179 messages
2013-06-10 11:47:04berker.peksagcreate