<develop>:(ShopERP 端)<无> 增加 发送邮件的公共类库。

parent 3218b8ab
...@@ -39,9 +39,9 @@ namespace CoreCms.Net.Utility.Helper ...@@ -39,9 +39,9 @@ namespace CoreCms.Net.Utility.Helper
throw new ArgumentNullException(nameof(_config.Password)); throw new ArgumentNullException(nameof(_config.Password));
} }
#region 异步发送 EMail 信息 #region 使用MailKit 异步发送 EMail 信息
/// <summary> /// <summary>
/// 异步发送 EMail 信息 /// 使用MailKit 异步发送 EMail 信息
/// </summary> /// </summary>
/// <param name="model"></param> /// <param name="model"></param>
/// <returns></returns> /// <returns></returns>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment