![]() |
VOOZH | about |
dotnet add package netDumbster --version 3.1.1
NuGet\Install-Package netDumbster -Version 3.1.1
<PackageReference Include="netDumbster" Version="3.1.1" />
<PackageVersion Include="netDumbster" Version="3.1.1" />Directory.Packages.props
<PackageReference Include="netDumbster" />Project file
paket add netDumbster --version 3.1.1
#r "nuget: netDumbster, 3.1.1"
#:package netDumbster@3.1.1
#addin nuget:?package=netDumbster&version=3.1.1Install as a Cake Addin
#tool nuget:?package=netDumbster&version=3.1.1Install as a Cake Tool
netDumbster is a .Net Fake SMTP Server clone of the popular Dumbster.
netDumbster is based on the API of nDumbster (http://ndumbster.sourceforge.net/default.html) and the nice C# Email Server (CSES) written by Eric Daugherty.
License: http://www.apache.org/licenses/LICENSE-2.0.html
Create a netDumbster Server instance:
using var server = SimpleSmtpServer.Start(port);
Check received email count:
var count = server.ReceivedEmailCount
Get the body of the first email received:
var smtpMessage = server.ReceivedEmail[0];
var body = smtpMessage.MessageParts[0].BodyData
Subscribe to the message received event:
server.MessageReceived += (sender, args) =>
{
// Get message body.
var body = args.Message.MessageParts[0].BodyData;
};
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
This package is not used by any NuGet packages.
Showing the top 4 popular GitHub repositories that depend on netDumbster:
| Repository | Stars |
|---|---|
|
YAFNET/YAFNET
🌐 YAF.NET - C# ASP.NET Forum
|
|
|
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
|
|
|
kamilbaczek/Modular-monolith-by-example
Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.
|
|
|
axuno/MailMergeLib
MailMergeLib is a mail message client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.1 | 370,769 | 7/22/2024 |
| 3.1.0 | 57,165 | 3/29/2024 |
| 3.0.1 | 393,301 | 7/20/2022 |
| 3.0.0 | 196,857 | 3/20/2022 |
| 2.0.0.8 | 357,842 | 2/22/2021 |
| 2.0.0.7 | 131,828 | 3/7/2020 |
| 2.0.0.6 | 2,249 | 3/5/2020 |
| 2.0.0.5 | 49,870 | 5/27/2019 |
| 2.0.0.4 | 312,364 | 12/25/2018 |
| 2.0.0.3 | 23,538 | 8/23/2018 |
| 2.0.0.2 | 240,379 | 1/26/2018 |
| 2.0.0.1 | 12,786 | 8/21/2017 |
| 2.0.0 | 34,539 | 8/16/2017 |
| 1.4.0-beta1 | 6,041 | 10/14/2013 |
| 1.4.0-beta | 2,454 | 7/16/2013 |
| 1.4.0-alpha | 2,329 | 6/24/2013 |
| 1.3.0.7 | 347,735 | 10/14/2013 |
| 1.3.0.6 | 6,004 | 5/13/2013 |
| 1.3.0.5 | 4,436 | 3/22/2013 |
| 1.3.0.4 | 2,673 | 2/18/2013 |