1
0
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:
Kyle Spearrin
2018-08-22 23:40:50 -04:00
parent d992125b5f
commit 61d2ba644c
2 changed files with 15 additions and 2 deletions

View File

@@ -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; }
}
}