VersaTul.Mailer
1.0.9
Prefix Reserved
See the version list below for details.
dotnet add package VersaTul.Mailer --version 1.0.9
NuGet\Install-Package VersaTul.Mailer -Version 1.0.9
<PackageReference Include="VersaTul.Mailer" Version="1.0.9" />
paket add VersaTul.Mailer --version 1.0.9
#r "nuget: VersaTul.Mailer, 1.0.9"
// Install VersaTul.Mailer as a Cake Addin #addin nuget:?package=VersaTul.Mailer&version=1.0.9 // Install VersaTul.Mailer as a Cake Tool #tool nuget:?package=VersaTul.Mailer&version=1.0.9
The VersaTul Mailer project provides the functionality to send emails messages. This project uses the SMTP protocol to transmit e-mail to a mail receiver.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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-browser 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. |
-
net6.0
- VersaTul.Configurations (>= 1.0.10)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on VersaTul.Mailer:
Package | Downloads |
---|---|
VersaTul.Collection.Streamers
The VersaTul Collection Streamers provides functionality that enables developers to quickly convert a collection of objects in memory into a data-reader that can be used for Bulk inserting data into a SQL Database, or be used to generate flat files. Developers can use the streamers to: 1. Convert a Collection to a Data-Reader. 2. Convert from a Data-Reader to other file formats such as CSV, TAB or Json. 3. Compress converted data into Zip files. 4. Transport the converted data via e-mail. The Streamers project also works with Display Attributes which is used to manipulate the properties on the objects in the collection such as formatting the data or renaming the property with a desired display name. |
|
VersaTul.Logger.Mail
The VersaTul Logger Mail project provides the functionality needed to performing logging to a email address or addresses. This project implements the ILogger interface from the VersaTul Logger project. There is also a dependency on the VersaTul Mailer project, which is used to send emails. |
GitHub repositories
This package is not used by any popular GitHub repositories.