mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
smtp env config
This commit is contained in:
@@ -87,8 +87,8 @@ namespace Bit.Core
|
||||
public class SmtpSettings
|
||||
{
|
||||
public string Host { get; set; }
|
||||
public int Port { get; set; }
|
||||
public bool Ssl { get; set; }
|
||||
public int Port { get; set; } = 587;
|
||||
public bool Ssl { get; set; } = true;
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user