Hello, I'm trying to send an email using the yahoo smtp server on my application. It works perfectly locally, but gives this error on pythonanywhere:
Error running WSGI application
2024-12-11 17:00:00,472: ConnectionRefusedError: [Errno 111] Connection refused
Is there something I'm doing wrong? How do I fix this?