Hi, I'm trying to send an email using SMTP with my hacker account (the free account doesn't support SMTP) and I get the following error in the console
File "/usr/lib/python2.7/smtplib.py", line 578, in login
raise SMTPException("SMTP AUTH extension not supported by server.")
smtplib.SMTPException: SMTP AUTH extension not supported by server.
Does anyone have any idea how to solve this or is this an issue with pythonanywhere?