Classes that provide a common interface for sending email with smtp or popular email apis including SendGrid, Mailgun, and ElasticEmail.
Info
| Version: | 8.5.0 |
| Author(s): | Joe Audette |
| Last Update: | Monday, September 22, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/joeaudette/cloudscribe |
| NuGet Url: | https://www.nuget.org/packages/cloudscribe.Email.Senders |
Install
Install-Package cloudscribe.Email.Senders
dotnet add package cloudscribe.Email.Senders
paket add cloudscribe.Email.Senders
cloudscribe.Email.Senders Download (Unzip the "nupkg" after downloading)
Dependencies
- MailKit(>= 2.0.7)
- Microsoft.Extensions.Configuration.Abstractions(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Options(>= 2.1.1)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.1.1)
- MimeKit(>= 2.0.7)
- SendGrid(>= 9.10.0)
Tags