1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 18:53:41 +00:00

deprecate smtpclient for mailkit smtp service

This commit is contained in:
Kyle Spearrin
2019-01-22 19:44:03 -05:00
parent 18884d564d
commit 17cc1d6543
5 changed files with 88 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ namespace Bit.Core
public string Password { get; set; }
public bool UseDefaultCredentials { get; set; } = false;
public string AuthType { get; set; }
public bool TrustServer { get; set; } = false;
}
}