1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-11-28 10:28:30 +00:00

Allow explicitly defined smtp auth mechansim

This commit is contained in:
ViViDboarder 2019-08-23 16:22:14 -07:00
commit 2d2745195e
3 changed files with 15 additions and 0 deletions

View file

@ -149,3 +149,4 @@
# SMTP_SSL=true
# SMTP_USERNAME=username
# SMTP_PASSWORD=password
# SMTP_AUTH_MECHANISM="Plain"