Skip to content

Commit

Permalink
Empty default mail settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean28518 committed Mar 24, 2024
1 parent 37dd8af commit 9fb76f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export LINUX_ARBEITSPLATZ_CONFIGURED=False

# Mail Settings
# (This is only for the management interface, not for other services like nextcloud)
export EMAIL_HOST="smtp.gmail.com"
export EMAIL_PORT="567"
export EMAIL_HOST_USER="my-email@gmail.com"
export EMAIL_HOST_PASSWORD="#####"
export EMAIL_HOST=""
export EMAIL_PORT=""
export EMAIL_HOST_USER=""
export EMAIL_HOST_PASSWORD=""

# only activate (uncomment) one of these:
export EMAIL_USE_TLS=True
Expand Down

0 comments on commit 9fb76f3

Please sign in to comment.