An ASP.NET Core service that uses razor views to send emails via Smtp Client.
Info
Version: | 1.0.8 |
Author(s): | Robert Primorac |
Last Update: | Saturday, January 22, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rprimora/Emailer |
NuGet Url: | https://www.nuget.org/packages/Emailer.SmtpClient |
Install
Install-Package Emailer.SmtpClient
dotnet add package Emailer.SmtpClient
paket add Emailer.SmtpClient
Emailer.SmtpClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Emailer.Abstractions(>= 1.0.7)
- Microsoft.Extensions.Configuration(>= 3.1.9)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.9)
- Microsoft.Extensions.DependencyInjection(>= 3.1.9)
- Microsoft.Extensions.Options(>= 3.1.9)
- ViewRenderer.Core(>= 1.0.6)
Tags