lukencode / FluentEmail

All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
https://lukelowrey.com/dotnet-email-guide-2021/
MIT License
3.04k stars 438 forks source link

Add support for protocolLogger to MailKit #358

Closed carlin010 closed 7 months ago

carlin010 commented 1 year ago

This pull request adds support for protocolLogger to MailKit. The logger allows for protocol logging between the client and server. This is especially useful when debugging but also has use cases for production.