smtplib and SSL

Michael Prager Mike.Prager at noaa.gov
Wed Jun 4 17:08:00 EDT 2003


Michael Prager <Mike.Prager at noaa.gov> wrote:

>Gerhard Häring <gh at ghaering.de> wrote:
>
>>
>>Please post the output of this script:
>>
>>#v+
>>import smtplib
>>
>>s = smtplib.SMTP("myserver")
>>s.debuglevel = 5
>>s.login("myusername", "mypassword")
>>#v-
>

Authentication is now working perfectly, perhaps because I
updated from Python 2.2.2 to 2.2.3?

Thanks again for your help!


-- 
Mike Prager
NOAA, Beaufort, NC
* Opinions expressed are personal and not represented otherwise.
* Any use of tradenames does not constitute a NOAA endorsement.




More information about the Python-list mailing list