新增加发送邮件功能

This commit is contained in:
izory
2021-09-28 17:42:25 +08:00
parent d5087a1725
commit c24c243dc3
11 changed files with 224 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ namespace Infrastructure
{
public string From { get; set; }
public string Password { get; set; }
public string Host { get; set; }
public string Smtp { get; set; }
public int Port { get; set; }
}
/// <summary>