SMTPRouter 2.7.0
dotnet add package SMTPRouter --version 2.7.0
NuGet\Install-Package SMTPRouter -Version 2.7.0
<PackageReference Include="SMTPRouter" Version="2.7.0" />
paket add SMTPRouter --version 2.7.0
#r "nuget: SMTPRouter, 2.7.0"
// Install SMTPRouter as a Cake Addin
#addin nuget:?package=SMTPRouter&version=2.7.0
// Install SMTPRouter as a Cake Tool
#tool nuget:?package=SMTPRouter&version=2.7.0
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.1
- Diassoft.Mvvm (>= 1.0.0.4)
- MailKit (>= 2.0.5)
- MimeKit (>= 2.0.5)
- SmtpServer (>= 5.3.0)
- System.Linq (>= 4.3.0)
-
.NETFramework 4.6
- Diassoft.Mvvm (>= 1.0.0.4)
- MailKit (>= 2.0.5)
- MimeKit (>= 2.0.5)
- SmtpServer (>= 5.3.0)
- System.Linq (>= 4.3.0)
-
.NETFramework 4.6.1
- Diassoft.Mvvm (>= 1.0.0.4)
- MailKit (>= 2.0.5)
- MimeKit (>= 2.0.5)
- SmtpServer (>= 5.3.0)
- System.Linq (>= 4.3.0)
-
.NETStandard 1.3
- Diassoft.Mvvm (>= 1.0.0.4)
- MailKit (>= 2.0.5)
- MimeKit (>= 2.0.5)
- NETStandard.Library (>= 1.6.1)
- SmtpServer (>= 5.3.0)
- System.Linq (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SMTPRouter:
Package | Downloads |
---|---|
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.7.0 | 874 | 8/14/2018 |
2.6.0 | 711 | 7/27/2018 |
2.5.0 | 697 | 7/25/2018 |
2.4.0 | 694 | 7/24/2018 |
2.3.0 | 799 | 6/14/2018 |
2.2.0 | 796 | 6/14/2018 |
2.1.0 | 781 | 6/14/2018 |
2.0.0 | 909 | 6/14/2018 |
1.0.0.7 | 790 | 5/10/2018 |
1.0.0.5 | 870 | 4/30/2018 |
1.0.0.4 | 859 | 4/25/2018 |
1.0.0.3 | 839 | 4/24/2018 |
1.0.0.2 | 819 | 4/23/2018 |
1.0.0.1 | 909 | 4/21/2018 |
This release contains a Listener object to Listen to SMTP Messages, a Router object to check a message queue and send messages to the proper SMTP, and a Server object that encapsulate both the Listener and Router together.