smtplib and SSL

Michael Prager Mike.Prager at noaa.gov
Wed Jun 4 15:06:23 EDT 2003


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-

Will post within 48 hrs.

>> Being a user, not a TCP/IP programmer, I am baffled about what
>> that means or what I can do to correct it.
>
>You don't need to know TCP/IP. It sufficient if you know the SMTP 
>protocol with the AUTH extension ;-)

I'm glad YOU know it!


-- 
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