Configure email sender from .env file
This commit is contained in:
parent
69bd9246dd
commit
2fed188862
4 changed files with 10 additions and 2 deletions
|
@ -42,6 +42,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=
|
||||
|
||||
# Thumbnails Generation
|
||||
ENABLE_THUMBNAIL_GENERATION=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue