Hi guys! I'm trying to send an Email with this parameters in Django config:
EMAIL_HOST = smtp.us.opalstack.com
EMAIL_HOST_USER = <opal_user>
EMAIL_HOST_PASSWORD = <opal_user_pass>
SERVER_EMAIL = <email_opal_addr>
DEFAULT_FROM_EMAIL = <email_opal_addr>
EMAIL_USE_TLS = True
EMAIL_PORT = 587
but It gives me "[Errno 11001] getaddrinfo failed" error
Can you give me a hand with this? Thanks!!