serilog-sinks-email
serilog-sinks-email copied to clipboard
A Serilog sink that writes events to SMTP email
This will allow scenarios where non-smtp email clients are already in used.
This PR replaces #54 fixes #53
Add extension with port, username and password parameters so they can be used from the configuration: This is a fix for #58
Hi, I encountered error during reading sink configuration from JSON file. > System.InvalidOperationException > HResult=0x80131509 > Message=**Cannot create instance of type 'System.Net.ICredentialsByHost' because it is either abstract or an interface.**...
When I try to use serilogs appconfig to set up my sinks email, the network credentials are not being used Here is my config I'm unable to find any documentation...
Hello! I get "Authentication error" when I using office 365 mail server. I test MimeKit and found that I need to remove `XOAUTH2` before authentication ```smtpClient.AuthenticationMechanisms.Remove("XOAUTH2");```
`EmailConnectionInfo` could do with having a `LocalEndPoint` property. In our case we have a few different apps running on one machine and they all send emails. To prevent them from...
Thanks to #26, we can add {Message} in the subject. Unfortunately, if {Message} is multiline, the mail will not be send (because subject cannot have multiline). Is it possible to...
pretty simple PR - just needed to add bcc email addresses