smtplib not working as expected

Tim Chase python.list at tim.thechases.com
Sat Dec 27 09:40:38 EST 2014


On 2014-12-27 14:28, Denis McMahon wrote:
> On Sat, 27 Dec 2014 02:52:39 +0000, Juan Christian wrote:
> > reply: b'550 SMTP is available only with SSL or TLS connection
> > enabled.\r\n'
> > reply: retcode (550); Msg: b'SMTP is available only with SSL or
> > TLS connection enabled.'
> 
> ^^^^^^ have a guess what these messages in the traceback mean.

It means that your SMTP server bytes? ;-)

-tkc






More information about the Python-list mailing list