Galosys.Foundation.MailKit 26.8.13.2

dotnet add package Galosys.Foundation.MailKit --version 26.8.13.2
                    
NuGet\Install-Package Galosys.Foundation.MailKit -Version 26.8.13.2
                    
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.8.13.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Galosys.Foundation.MailKit" Version="26.8.13.2" />
                    
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.8.13.2
                    
#r "nuget: Galosys.Foundation.MailKit, 26.8.13.2"
                    
#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.8.13.2
                    
#: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.8.13.2
                    
Install as a Cake Addin
#tool nuget:?package=Galosys.Foundation.MailKit&version=26.8.13.2
                    
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.8.13.2 72 8/13/2026
26.8.13.1 64 8/13/2026
26.8.12.2 76 8/12/2026
26.8.12.1 71 8/12/2026
26.8.10.1 78 8/10/2026
26.8.5.1 102 8/5/2026
26.8.4.1 100 8/4/2026
26.8.3.1 94 8/3/2026
26.7.31.1 93 7/31/2026
26.7.30.1 99 7/30/2026
26.7.29.1 95 7/29/2026
26.7.28.1 91 7/28/2026
26.7.26.2 105 7/26/2026
26.7.26.1 95 7/25/2026
26.7.25.1 100 7/25/2026
26.7.24.2 95 7/24/2026
26.7.24.1 98 7/24/2026
26.7.22.1 91 7/23/2026
26.7.21.1 101 7/22/2026
26.7.20.2 98 7/20/2026
Loading failed