增加邮箱发信

This commit is contained in:
2026-04-28 10:55:58 +08:00
parent 0de0dc29e2
commit 82b3bc2cf0
38 changed files with 759 additions and 312 deletions
Binary file not shown.
Binary file not shown.
+53 -1
View File
@@ -8,7 +8,8 @@
".NETCoreApp,Version=v10.0": {
"Vmianqian/1.0.0": {
"dependencies": {
"AntdUI": "2.3.10"
"AntdUI": "2.3.10",
"MailKit": "4.16.0"
},
"runtime": {
"Vmianqian.dll": {}
@@ -21,6 +22,36 @@
"fileVersion": "2.3.10.0"
}
}
},
"BouncyCastle.Cryptography/2.6.2": {
"runtime": {
"lib/net6.0/BouncyCastle.Cryptography.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.6.2.46322"
}
}
},
"MailKit/4.16.0": {
"dependencies": {
"MimeKit": "4.16.0"
},
"runtime": {
"lib/net10.0/MailKit.dll": {
"assemblyVersion": "4.16.0.0",
"fileVersion": "4.16.0.0"
}
}
},
"MimeKit/4.16.0": {
"dependencies": {
"BouncyCastle.Cryptography": "2.6.2"
},
"runtime": {
"lib/net10.0/MimeKit.dll": {
"assemblyVersion": "4.16.0.0",
"fileVersion": "4.16.0.0"
}
}
}
}
},
@@ -36,6 +67,27 @@
"sha512": "sha512-twjNYhVIw08ydcQsBC5c7/59WBXVqba4kulN48ejxUz2i37xJU6ukYqUtxEFhiQtVzmu8cmGYAjZ4HM6BOKZwg==",
"path": "antdui/2.3.10",
"hashPath": "antdui.2.3.10.nupkg.sha512"
},
"BouncyCastle.Cryptography/2.6.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7oWOcvnntmMKNzDLsdxAYqApt+AjpRpP2CShjMfIa3umZ42UQMvH0tl1qAliYPNYO6vTdcGMqnRrCPmsfzTI1w==",
"path": "bouncycastle.cryptography/2.6.2",
"hashPath": "bouncycastle.cryptography.2.6.2.nupkg.sha512"
},
"MailKit/4.16.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-trJ82DOpAmo8i1jO1vNE+dGn4mPRyeYfy4swRcAGgMJhPoI1Kohf4OFJJf0+YIj4iUxgxPn8W+ht7e7KiYzSjg==",
"path": "mailkit/4.16.0",
"hashPath": "mailkit.4.16.0.nupkg.sha512"
},
"MimeKit/4.16.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-X0LFxeM4gPRIhODyY/HYS9b+zRZ7y//v59rFzgS6wLxcPuZThnMtNZHtrr0fjLyRRkg3gqJBtvW36XfUzZ7Djw==",
"path": "mimekit/4.16.0",
"hashPath": "mimekit.4.16.0.nupkg.sha512"
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,11 @@
{
"ServerUrl": "https://zf.yunzer.cn",
"ApiKey": "7eed756ca37ca057370ea9bb208d25fa",
"SenderEmail": "yunzer_cn@163.com",
"SmtpHost": "smtp.163.com",
"SmtpPort": 465,
"NotifyEmail": "1066960883@qq.com",
"EmailAuthCode": "TPPMKSMvCadyzu3m",
"WechatPath": "",
"WechatSid": "",
"AlipayPath": "",