Info
Version: | 2.0.0 |
Author(s): | Glitched Polygons |
Last Update: | Tuesday, September 20, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/GlitchedPolygons/MailgunEmailSender |
NuGet Url: | https://www.nuget.org/packages/GlitchedPolygons.Services.MailgunEmailSender |
Install
Install-Package GlitchedPolygons.Services.MailgunEmailSender
dotnet add package GlitchedPolygons.Services.MailgunEmailSender
paket add GlitchedPolygons.Services.MailgunEmailSender
GlitchedPolygons.Services.MailgunEmailSender Download (Unzip the "nupkg" after downloading)
Dependencies
- RestSharp(>= 106.3.1)
Tags
With this useful service you can send email through Mailgun.
API Key and other params are set in the sender class constructor.
Intended use is within ASP.NET Core apps using MVC; inject the service into the DI container (inside Startup.cs use services.AddTransient) and then use it in your code.