mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
SMTP config allow no username/password
This commit is contained in:
@ -403,6 +403,7 @@ globalSettings__mail__smtp__username=REPLACE
|
||||
globalSettings__mail__smtp__password=REPLACE
|
||||
globalSettings__mail__smtp__ssl=true
|
||||
globalSettings__mail__smtp__port=587
|
||||
globalSettings__mail__smtp__useDefaultCredentials=false
|
||||
globalSettings__disableUserRegistration=false");
|
||||
|
||||
if(!_push)
|
||||
|
Reference in New Issue
Block a user