Merge pull request #1770 from bookwyrm-social/email-config

Configure email sender from .env file
This commit is contained in:
Mouse Reeve
2022-01-07 10:23:50 -08:00
committed by GitHub
4 changed files with 10 additions and 2 deletions

View File

@ -45,6 +45,9 @@ EMAIL_HOST_USER=mail@your.domain.here
EMAIL_HOST_PASSWORD=emailpassword123
EMAIL_USE_TLS=true
EMAIL_USE_SSL=false
EMAIL_SENDER_NAME=admin
# defaults to DOMAIN
EMAIL_SENDER_DOMAIN=
# Query timeouts
SEARCH_TIMEOUT=15