mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
SMTP config allow no username/password
This commit is contained in:
@@ -92,6 +92,7 @@ namespace Bit.Core
|
||||
public bool Ssl { get; set; } = false;
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
public bool UseDefaultCredentials { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user