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