An ASP.NET Core service that uses razor views to send emails via SendGrid.
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.SendGrid |
Install
Install-Package Emailer.SendGrid
dotnet add package Emailer.SendGrid
paket add Emailer.SendGrid
Emailer.SendGrid 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)
- SendGrid(>= 9.21.0)
- ViewRenderer.Core(>= 1.0.6)
Tags