Re: SMTPRecipientsRefused: Sender address rejected: not owned by user

2018-05-19 Thread Daniel Germano Travieso
The problem you are having is described by the error message. The email you are using and configured on the settings.py to be the DEFAULT_FROM_EMAIL is not being recognized by the email server. Maybe you lack the configuration of that email address on the email provider? Either way, on the DE

SMTPRecipientsRefused: Sender address rejected: not owned by user

2018-05-15 Thread Tom Tanner
I have a Django app running on a server with uWSGI and nginx. In my `local_settings.py` file I have this: ### # EMAIL SETUP # ### EMAIL_HOST = 'smtp.privateemail.com' EMAIL_HOST_USER = 'supp...@mydomain.com' EMAIL_HOST_PASSWORD = 'MY EMAIL PASSWORD