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

Unhardcode mail addresses #370

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

matthijskooijman
Copy link
Contributor

This makes two changes that prevent hardcoding @citizenos.com e-mail addresses in the source code, both in the from addresses for all mails (making the existing config option for this work) and for the to addresses for help requests and feedback mails (this adds two new configuration directives).

I have tested this on a self-hosted install for the help form. I could not find the feedback form to also test that path (the code suggests that that might be triggered via etherpad, and I have not fully set up the etherpad integration yet).

Previously the address where help requests and feedback were sent to was
hardcoded to [email protected]. Now it can be configured via the config
json.
This address was configurable via the config json and then passed to the e-mail
provider, but when actually sending e-mails, a harcoded [email protected]
was passed which overrides the configured value. This removes the overrides so
the configured value takes effect as expected.
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.

1 participant