serilog / serilog-sinks-email

A Serilog sink that writes events to SMTP email
Apache License 2.0
72 stars 68 forks source link

Clean up, drop System.Net.Mail dependency, update to MailKit 4.3 #122

Closed nblumhardt closed 9 months ago

nblumhardt commented 9 months ago

This completely drops the System.Net.Mail dependency; users will need to migrate their configurations to be compatible with MailKit, including explicitly choosing a SecureSocketOptions value, and setting up any necessary credentials.

Edit: a few more things; this is full of breaking changes:

nblumhardt commented 9 months ago

Merging; will get some feedback on this, hopefully resolving the major issues around MailKit versions, still keen for feedback but need to push ahead while I have some holiday hours spare to sort this out :-)