MailMergeLib 5.0.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MailMergeLib --version 5.0.1.1
NuGet\Install-Package MailMergeLib -Version 5.0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MailMergeLib" Version="5.0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MailMergeLib --version 5.0.1.1
#r "nuget: MailMergeLib, 5.0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MailMergeLib as a Cake Addin
#addin nuget:?package=MailMergeLib&version=5.0.1.1

// Install MailMergeLib as a Cake Tool
#tool nuget:?package=MailMergeLib&version=5.0.1.1

MailMergeLib is a C# SMTP mail client library which provides comfortable mail merge capabilities for text, inline images and attachments, good throughput and fault tolerance for sending mail messages.

1. Mail message generation:
* Email templates can be fully individualized in terms of recipients, subject, HTML and/or plain text, attachments and even headers. Placeholders are inserted as variable names from data source between curly braces like so: {MailboxAddress.Name} or with formatting arguments known form string.format like {Date:yyyy-MM-dd}.
* HTML text may contain images from local hard disk, which will be automatically inserted as inline attachments.
* For HTML text MailMergeLib can generate a plain text representation.
* The data source for email merge messages to a number of recipients and be any IEnumerable object as well as DataTables. The data source for single emails can be any of the following types: Dictionary<string,object>, ExpandoObject, DataRow, any class instances or anonymous types. For class instances it's even allowed to use the name of parameter less methods.

2. Sending email messages:
* Practically unlimited number of parallel tasks to send out individualized emails to a big number of recipients.
* SmptClients for each task can get their own preconfigured settings, so that e.g. several mail servers can be used for one send job.
* Progress of processing emails can easily be observed with a number of events.
* SMTP failures can automatically be resolved supplying a backup configuration. This fault-tolerance is essential for unattended production systems.
* Configuration settings for messages and SMTP can be stored to and loaded from an XML file.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.11.1 791 7/4/2023
5.11.0 190 6/29/2023
5.10.0 131 6/22/2023
5.9.1 913 1/14/2023
5.8.2 8,732 6/3/2022
5.8.1 440 6/3/2022
5.8.0 945 2/4/2022
5.7.1 31,139 1/5/2021
5.7.0.1 19,493 11/15/2019
5.6.1 2,152 12/29/2018
5.6.0 1,218 12/28/2018
5.5.0 12,202 6/15/2018
5.4.1 1,654 3/10/2018
5.4.0 1,139 2/17/2018
5.3.0 3,349 8/18/2017
5.2.0.1 6,883 4/5/2017
5.2.0 1,364 11/12/2016
5.0.1.1 1,898 10/9/2016

First Nuget Release.