Galosys.Foundation.MailKit 26.9.10.1

dotnet add package Galosys.Foundation.MailKit --version 26.9.10.1
                    
NuGet\Install-Package Galosys.Foundation.MailKit -Version 26.9.10.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Galosys.Foundation.MailKit" Version="26.9.10.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Galosys.Foundation.MailKit" Version="26.9.10.1" />
                    
Directory.Packages.props
<PackageReference Include="Galosys.Foundation.MailKit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Galosys.Foundation.MailKit --version 26.9.10.1
                    
#r "nuget: Galosys.Foundation.MailKit, 26.9.10.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Galosys.Foundation.MailKit@26.9.10.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Galosys.Foundation.MailKit&version=26.9.10.1
                    
Install as a Cake Addin
#tool nuget:?package=Galosys.Foundation.MailKit&version=26.9.10.1
                    
Install as a Cake Tool

Galosys.Foundation.MailKit

成熟度: 🟢 稳定 — 生产可用,测试充分,活跃维护

 var mailKit = sp.GetRequiredService<MailKitTemplate>();
                await mailKit.SendInternalTemplateAsync("381471278", "381471278@qq.com", "验证码已发送", MailKitConsts.InternalTemplate.CaptchaNotification, new
                {
                    code = "432221"
                });
                await mailKit.SendInternalTemplateAsync("381471278", "381471278@qq.com", "账号已创建", MailKitConsts.InternalTemplate.PassNotification, new
                {
                    pass = "432221"
                });
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Galosys.Foundation.MailKit:

Package Downloads
Galosys.NETCore.Base

Galosys.Foundation快速开发库

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.9.10.1 65 9/10/2026
26.9.3.1 88 9/3/2026
26.8.29.1 90 8/31/2026
26.8.26.1 87 8/26/2026
26.8.23.1 96 8/23/2026
26.8.21.1 90 8/21/2026
26.8.20.1 91 8/20/2026
26.8.18.1 95 8/18/2026
26.8.17.1 94 8/17/2026
26.8.13.2 105 8/13/2026
26.8.13.1 97 8/13/2026
26.8.12.2 100 8/12/2026
26.8.12.1 93 8/12/2026
26.8.10.1 88 8/10/2026
26.8.5.1 109 8/5/2026
26.8.4.1 108 8/4/2026
26.8.3.1 102 8/3/2026
26.7.31.1 103 7/31/2026
26.7.30.1 107 7/30/2026
26.7.29.1 107 7/29/2026
Loading failed