Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove EMAIL_BACKEND from app settings #43

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

joshuadavidthomas
Copy link
Member

@joshuadavidthomas joshuadavidthomas commented Oct 19, 2023

Refs #37 (comment)

This is specifically removing the EMAIL_BACKEND setting from the DJANGO_EMAIL_RELAY settings dict, as that is where the distributed Django applications using django-email-relay configure the package. The distributed apps do not need to change the EMAIL_BACKEND from there, the central email relay service doing the actual emailing is the only one that needs to be concerned with that.

@joshuadavidthomas joshuadavidthomas merged commit 15e3154 into main Oct 19, 2023
24 checks passed
@joshuadavidthomas joshuadavidthomas deleted the change-relay-email-backend branch October 19, 2023 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant