feat:邮件发送新增签名配置

This commit is contained in:
不做码农
2022-07-01 20:01:40 +08:00
parent 13f8ec1cec
commit 78aa48a975
4 changed files with 18 additions and 13 deletions

View File

@@ -24,6 +24,7 @@ namespace Infrastructure
public string Password { get; set; }
public string Smtp { get; set; }
public int Port { get; set; }
public string Signature { get; set; }
}
/// <summary>
/// 上传