Fixed Python smtplib.SMTPException: SMTP AUTH extension not supported by server

server = smtplib.SMTP('smtp.goyun.info', 465)
server.starttls()

Comments