Skip to content

Socriana/serilog-sinks-email

 
 

Repository files navigation

Serilog.Sinks.Email

Build status

Sends log events by SMTP email.

Package - Serilog.Sinks.Email | Platforms - .NET 4.5

var log = new LoggerConfiguration()
    .WriteTo.Email(
        fromEmail: "[email protected]",
        toEmail: "[email protected]",
        mailServer: "smtp.example.com")
    .CreateLogger();

An overload accepting EmailConnectionInfo can be used to specify advanced options.

About

A Serilog sink that writes events to SMTP email

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 92.2%
  • PowerShell 5.5%
  • Shell 2.3%