Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
ShopERP
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杜龙飞
ShopERP
Commits
8df1f824
Commit
8df1f824
authored
Jul 16, 2025
by
PC-20220610JUCQ\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
<develop>:(ShopERP 端)<无> 增加 发送邮件的公共类库。
parent
3218b8ab
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CoreCms.Net.Utility/Helper/EmailSenderHelper.cs
+2
-2
No files found.
CoreCms.Net.Utility/Helper/EmailSenderHelper.cs
View file @
8df1f824
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment