Globaldizajn.ErrorMailer
1.0.5
See the version list below for details.
dotnet add package Globaldizajn.ErrorMailer --version 1.0.5
NuGet\Install-Package Globaldizajn.ErrorMailer -Version 1.0.5
<PackageReference Include="Globaldizajn.ErrorMailer" Version="1.0.5" />
paket add Globaldizajn.ErrorMailer --version 1.0.5
#r "nuget: Globaldizajn.ErrorMailer, 1.0.5"
// Install Globaldizajn.ErrorMailer as a Cake Addin #addin nuget:?package=Globaldizajn.ErrorMailer&version=1.0.5 // Install Globaldizajn.ErrorMailer as a Cake Tool #tool nuget:?package=Globaldizajn.ErrorMailer&version=1.0.5
Web-application health monitoring module. Fires e-mails to target address on any uncaught exception.
Initial configuration:
Within the application startup procedure, setup the following parameters:
'This parameter is mandatory, the others are optional
ErrorMailer.targetEmail = "jab.drugi@mail.hr"
ErrorMailer.enableSsl = True
ErrorMailer.smtp = "mail.test.com"
ErrorMailer.username = "example@example.com"
ErrorMailer.password = "123123"
ErrorMailer.fromEmail = "example@test.hr"
ErrorMailer.fromName = "error"
'not setting this value defaults the subject to the application root folder name
ErrorMailer.subject = "somesubject"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Setup default values, added readme.txt