I need some help with Django emailing. I have set the settings EMAIL_HOST_USER 'Do-do ... again ... mysite.com' and whenever I'm trying to send an email in any context, do not 'do it-do ... again ... Mysite is addressing and sending 'as com', after the incident, I provide a different address when sending that specific email. How do I fix it?
EMAIL_HOST_USER is used only for authentication on the mail server.
You probably need to set up DEFAULT_FROM_EMAIL.
Comments
Post a Comment