SmtpServer 9.0.2-beta1
See the version list below for details.
dotnet add package SmtpServer --version 9.0.2-beta1
NuGet\Install-Package SmtpServer -Version 9.0.2-beta1
<PackageReference Include="SmtpServer" Version="9.0.2-beta1" />
paket add SmtpServer --version 9.0.2-beta1
#r "nuget: SmtpServer, 9.0.2-beta1"
// Install SmtpServer as a Cake Addin
#addin nuget:?package=SmtpServer&version=9.0.2-beta1&prerelease
// Install SmtpServer as a Cake Tool
#tool nuget:?package=SmtpServer&version=9.0.2-beta1&prerelease
.NET SmtpServer
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.IO.Pipelines (>= 4.7.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on SmtpServer:
Package | Downloads |
---|---|
SMTPRouter
Provides a Component to implement a SMTP Router. A SMTP Router is an object that will receive SMTP messages and forward it to another SMTP, based on certain routing rules. |
|
SMTPRouter.Windows
A package containing .NET Framework specific components to use in conjunction with the SMTPRouter package. With this package you can use the App.Config file to configure your SMTP Router. |
|
uwap.WebFramework
Cross-platform .NET library written in C# that allows you to create a web server for dynamic and/or static websites and web apps with ease. |
|
Bitcall.Common.Test.Utils
Package Description |
|
SmtpToRest
Simple library converting "e-mails" to REST API calls in a flexible and extendable manner. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on SmtpServer:
Repository | Stars |
---|---|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
Resgrid/Core
The Open Source Computer Aided Dispatch (CAD), Personnel, Shift Management, Automatic Vehicle Location (AVL) and Emergency Management Platform that powers Resgrid.com
|
Version | Downloads | Last updated |
---|---|---|
10.0.0 | 962 | 11/2/2023 |
9.1.0 | 1,743 | 10/13/2023 |
9.0.3 | 6,037 | 7/4/2023 |
9.0.2 | 53,114 | 9/16/2022 |
9.0.2-beta1 | 155 | 9/16/2022 |
9.0.1 | 1,035,805 | 6/15/2021 |
9.0.0 | 20,712 | 4/3/2021 |
8.0.5 | 13,710 | 1/30/2021 |
8.0.4 | 25,280 | 11/20/2020 |
8.0.3 | 1,260 | 11/16/2020 |
8.0.2 | 856 | 11/10/2020 |
8.0.1 | 17,288 | 11/1/2020 |
7.2.0 | 78,221 | 6/21/2020 |
7.1.0 | 3,125 | 5/28/2020 |
7.0.0 | 15,287 | 4/8/2020 |
6.5.0 | 2,712 | 4/1/2020 |
6.4.1-RC1 | 669 | 1/9/2020 |
6.4.0 | 26,104 | 6/16/2019 |
6.3.0 | 1,036 | 6/12/2019 |
6.2.1 | 1,560 | 5/4/2019 |
6.2.0 | 1,626 | 4/15/2019 |
6.0.0 | 4,894 | 12/27/2018 |
5.3.0 | 21,928 | 7/23/2018 |
5.2.0 | 1,954 | 6/26/2018 |
5.1.1 | 2,996 | 5/29/2018 |
5.1.0 | 1,374 | 5/8/2018 |
5.0.0 | 12,298 | 3/11/2018 |
4.4.0 | 4,444 | 2/22/2018 |
4.3.0 | 11,849 | 9/5/2017 |
Version 9.0.2
Fixed a performance issue whereby the server would block incoming connections whilst another connection was upgrading to SSL.
Version 9
Breaking API change by removing the Certificate from the server options and adding it to the endpoint.