SMTP with Python 1.6

Grant Edwards ge at nowhere.none
Mon Jun 26 11:13:57 EDT 2000


In article <8j7n8d$4u64$1 at www.univie.ac.at>, Matthias Huening wrote:
>> #!c:\python\python.exe
>>
>> import cgi, smtplib
>> s=smtplib.SMTP("localhost")
>
>'Localhost' will not work.
>You have to make this the address of a valid SMTP-server.

Gosh, on all my computers, "localhost" is the address of a valid
SMTP-server.  Are your computers all broken?

-- 
Grant Edwards                   grante             Yow!  WHY are we missing
                                  at               KOJAK?
                               visi.com            



More information about the Python-list mailing list