Merge pull request #1770 from bookwyrm-social/email-config
Configure email sender from .env file
This commit is contained in:
commit
47c79afd75
4 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue