NArchitecture.Core.Mailing
1.0.2
See the version list below for details.
dotnet add package NArchitecture.Core.Mailing --version 1.0.2
NuGet\Install-Package NArchitecture.Core.Mailing -Version 1.0.2
<PackageReference Include="NArchitecture.Core.Mailing" Version="1.0.2" />
paket add NArchitecture.Core.Mailing --version 1.0.2
#r "nuget: NArchitecture.Core.Mailing, 1.0.2"
// Install NArchitecture.Core.Mailing as a Cake Addin #addin nuget:?package=NArchitecture.Core.Mailing&version=1.0.2 // Install NArchitecture.Core.Mailing as a Cake Tool #tool nuget:?package=NArchitecture.Core.Mailing&version=1.0.2
NArchitecture.Core.Mailing
This library provides various classes for email sending capabilities for kodlama.io projects. The NArchitecture.Core.Mailing
package offers utilities to send emails programmatically from applications. It includes core classes and utilities for sending emails in both clean and union architectures, with support for configuring SMTP servers, defining email templates, sending HTML and plain text emails, and essential utilities for email sending management.
Installation
You can add the package to your project using NuGet package manager or .NET CLI:
dotnet add package NArchitecture.Core.Mailing
Contribution
If you would like to contribute, please visit the GitHub repository and submit a pull request: NArchitecture.Core.Mailing GitHub Repository
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- MimeKit (>= 4.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NArchitecture.Core.Mailing:
Package | Downloads |
---|---|
NArchitecture.Core.Mailing.MailKit
Provide email sending capabilities using MailKit. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NArchitecture.Core.Mailing:
Repository | Stars |
---|---|
kodlamaio-projects/nArchitecture
Inspired by Clean Architecture, nArchitecture is a monolith project which uses advanced techniques.
|