Info
| Version: | 1.0.0 |
| Author(s): | Tyler Palesano |
| Last Update: | Sunday, July 7, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/MrOnosa/SendEmailCore |
| NuGet Url: | https://www.nuget.org/packages/SendEmailCore |
Install
Install-Package SendEmailCore
dotnet add package SendEmailCore
paket add SendEmailCore
SendEmailCore Download (Unzip the "nupkg" after downloading)
This command requires two thing: 1. A from address. 2. A message.
The message can be provided with either the -m command or piped in via STDIN.
Usage examples can be found at https://github.com/MrOnosa/SendEmailCore.