¡@

Home 

python Programming Glossary: s.ehlo

Hotmail SSL3 version number error using smtp

http://stackoverflow.com/questions/17434143/hotmail-ssl3-version-number-error-using-smtp

6.0.3790.4675 ready at Tue 2 Jul 2013 12 15 57 0700' s.ehlo 250 'BLU0 SMTP46.phx.gbl Hello 123.456.789.01 nTURN nSIZE 41943040.. 6.0.3790.4675 ready at Wed 3 Jul 2013 09 59 32 0700' s.ehlo 250 'BLU0 SMTP418.blu0.hotmail.com Hello 24.143.227.254 nTURN.. nSTARTTLS nOK' s.starttls 220 '2.0.0 SMTP server ready' s.ehlo 250 'BLU0 SMTP418.blu0.hotmail.com Hello 24.143.227.254 nTURN..

Issue with sending mails from a distribution mail id [Python]

http://stackoverflow.com/questions/9972216/issue-with-sending-mails-from-a-distribution-mail-id-python

server. s smtplib.SMTP 'server.com' 587 s.set_debuglevel 1 s.ehlo s.starttls s.login FROMADDR PASSWORD s.sendmail FROMADDR TOADDR.. through the distribution id I tried commenting out the s.ehlo s.starttls s.login FROMADDR PASSWORD part but the code gives..