1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-12 06:33:57 +00:00

Added configurable smtp timeout.

- Added config option for smtp timeout
 - Lowered default timeout to 15 seconds instead of default 60.
This commit is contained in:
BlackDex 2019-11-06 21:39:33 +01:00
parent cbb92bcbc0
commit c52adef919
3 changed files with 6 additions and 0 deletions

View file

@ -157,3 +157,4 @@
# SMTP_USERNAME=username
# SMTP_PASSWORD=password
# SMTP_AUTH_MECHANISM="Plain"
# SMTP_TIMEOUT=15