mirror of
https://github.com/bitwarden/server
synced 2026-01-10 12:33:49 +00:00
start tls mail config
This commit is contained in:
@@ -116,6 +116,7 @@ namespace Bit.Core
|
||||
{
|
||||
public string Host { get; set; }
|
||||
public int Port { get; set; } = 25;
|
||||
public bool StartTls { get; set; } = false;
|
||||
public bool Ssl { get; set; } = false;
|
||||
public bool SslOverride { get; set; } = false;
|
||||
public string Username { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user