Forums

File "/usr/local/lib/python3.10/socket.py", line 833, in create_connection sock.connect(sa) OSError: [Errno 101] Network is unreachable

Hi, I receive this error when I try to send email by my app. my mail configuration is:

app.config['MAIL_SERVER'] = 'smtp-mail.outlook.com'
app.config['MAIL_PORT'] = 587
app.config['MAIL_USE_TLS'] = True
app.config['MAIL_USERNAME'] = 'ing.giagnotti@outlook.it'

can you help me, please?

Free accounts have limited internet access. See https://help.pythonanywhere.com/pages/SMTPForFreeUsers/