[issue3921] smtplib cannot sendmail over TLS

Musashi Tamura report at bugs.python.org
Tue Feb 17 15:30:53 CET 2009


Musashi Tamura <yuri.musashi.miwa.tamura at gmail.com> added the comment:

The difference is this line.

(2.5, work)
send: 'AUTH PLAIN AGxhbWJkYS5sZXRAZ21haWwuY29tAGNoaWtha29zMDA=\r\n'

(Python3, error)
send: 'AUTH PLAIN AGxhbWJkYS5sZXRAZ21haWwuY29tAGNoaWtha29zMDA=\n\r\n'

----------
nosy: +miwa

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3921>
_______________________________________


More information about the Python-bugs-list mailing list