Top 20 NuGet Packages depending on MailKit

Total dependencies: 367

Mcs.MailKit
Extension destination for TacitusLogger that sends logs as emails using SMTP protocol. Attention: TacitusLogger.Destinations.Email is currently in Alpha phase. This means you should not use it in any production code.
A library smoothing email generation from .NET code, by enforcing a strong boundary between the template, and code rendering the template.
Package Description
Mail sender implementation by Mailkit
Package Description
An AspNetCore service to send Email via MailKit. (Windows and Linux works!)
StealthEmailBackHandle
MotiNet.Extensions.MessageSenders class library
A simple abstraction for sending emails.
Common modules and classes for Hanatech IoT platforms
Provides email functionality using MailKit
Package Description
Ready to use mailing service for ASP.NET Core apps
Email Library. This package is powered by MimeKit and MailKit. This is a personal design, but if you like it, enjoy.
Package Description
发送邮件服务 startup类添加配置: services.AddEmail(info => { info.Host = "smtp.163.com"; info.Post = 587; info.FromName = "发送者用户名"; info.FromAddress = "发送者地址"; info.FromPassword = "发送者密码(授权码)"; }); 然后注入:IEmai...