serilog-sinks-email icon indicating copy to clipboard operation
serilog-sinks-email copied to clipboard

A Serilog sink that writes events to SMTP email

Results 31 serilog-sinks-email issues
Sort by recently updated
recently updated
newest added

Tried to follow the structure outlined here: https://github.com/serilog/serilog-sinks-email/issues/130, but can't seem to get it to only send according to the config, which is below. This is using appsettings.json. `"Serilog": {...

The configuration parameters have changed in version 3.0. Prior to version 3.0, SMTP credentials were configured using the userName and password attributes. From version 3.0 onwards, the SMTP credentials are...

Hi, I try to send mail with serilog, but I have this error: _Unable to find a method called Email for supplied arguments: batchingOptions, emailSubject, enableSsl, fromEmail, mailServer, outputTemplate, password,...

https://github.com/advisories/GHSA-gmc6-fwg3-75m5 Serilog.Sinks.Email (v4.0.0) └─ MailKit (v4.6.0) └─ MimeKit (v4.6.0)

We would like to set a custom subject to our serilog emails while using batching options. We configure our complete serilog within a json config file. The subject has always...

When I was working on my issue and I was looking at Version 4's EmailSinkOptions, I noticed the 'Comments' for Subject and Body were swapped. Not a big issue, but...

Using Serilog.Sinks.Email v4.0 I setup a simple test and With the HTML formatter, I'm not getting the Exception info. When I have Body commented out, I get the email I...

Package version 4.0.0 This is a piece of my appsettings.json: "WriteTo": [ { "Name": "Email", "Args": { "options": { "from": "[email protected]", "to": [ "[email protected]" ], "host": "myhiddensmpturi", "port": 25, "subject":...

Take advantage of MailKit supporting modern OAuth2 authentication, with app Ids, secrets, and also included Windows certificate store thumbprint. The reason is that some public solutions like Microsoft are decomissioning...