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

Add default from email to settings schema #570

Closed
dankolbman opened this issue Feb 9, 2021 · 0 comments · Fixed by #573
Closed

Add default from email to settings schema #570

dankolbman opened this issue Feb 9, 2021 · 0 comments · Fixed by #573
Assignees
Labels
feature New functionality

Comments

@dankolbman
Copy link
Contributor

The settings schema should expose the DEFAULT_FROM_EMAIL setting.

DEFAULT_FROM_EMAIL = os.environ.get(
"DEFAULT_FROM_EMAIL", "data-tracker@kidsfirstdrc.org"
)

@dankolbman dankolbman added the feature New functionality label Feb 9, 2021
@dankolbman dankolbman self-assigned this Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant