Info
| Version: | 1.2.6 |
| Author(s): | Nate Zaugg |
| Last Update: | Tuesday, June 13, 2023 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/MindfireTechnology/SimpleEmailRenderer |
| NuGet Url: | https://www.nuget.org/packages/MindfireTechnology.SimpleEmailRenderer |
Install
Install-Package MindfireTechnology.SimpleEmailRenderer
dotnet add package MindfireTechnology.SimpleEmailRenderer
paket add MindfireTechnology.SimpleEmailRenderer
MindfireTechnology.SimpleEmailRenderer Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Text.Json(>= 4.7.2)
Tags
Set a base folder url. Add an optional Settings.json file to specify the from / subject. Specify a MessageBody.txt and/or MessageBody.html. Strings will be replaced that are in the format {{Key}}.
So if the dictionary passed in is FirstName = "Nate", then {{FirstName}} will be replaced by "Nate".