Skip to content

Releases: NLog/NLog.MailKit

Version 6.1.4

Choose a tag to compare

@snakefoot snakefoot released this 09 May 17:06
2130fa3
  • Updated MailKit ver. 4.16.0 (Security fix)
  • Updated NLog ver. 6.1.3

Version 6.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Apr 11:05
c3879db

👍 Enhancements

  • Skip removing XOAUTH2 from AuthenticationMechanisms when OAuth2 @snakefoot (#246)
  • Support SmtpAuthenticationMode.Ntlm using Windows Default Credentials @snakefoot (#244)
  • Improved upfront validation of configured email addresses (To / From / Cc / Bcc) @snakefoot (#241)

Version 6.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Mar 22:17
023c693

👍 Enhancements

Version 6.0.5

Choose a tag to compare

@github-actions github-actions released this 15 Nov 15:56
4327d9c

Version 6.0.4

Choose a tag to compare

@github-actions github-actions released this 15 Nov 15:27
5395cb1
  • #227 SmtpAuthenticationMode.OAuth2 with SmtpUserName (OAuth ClientId) and SmtpPassword (OAuth ClientSecret) @snakefoot

Version 6.0.3

Choose a tag to compare

@snakefoot snakefoot released this 20 Jul 19:02
7aaac1a
  • Updated to NLog v6.0.2

Version 6.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 19:50
74e28f3

Version 5.3

Choose a tag to compare

@github-actions github-actions released this 16 Nov 23:26
9ef8e80

Misc

↜ Other dependencies

  • Updated dependency MailKit to 4.7.1.1 to fix security issues (#222)
  • Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 @dependabot (#195)

Version 5.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:19
78fee64

🚀 Features

Version 5.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 18:09
93e7e48

🚀 Features

  • Added support for MailHeaders (align with NLog MailTarget) @snakefoot (#154)

🔧 Maintenance

  • Improve code-coverage with test of message body header and footer @snakefoot (#175)
  • Improve code-coverage by testing batch of LogEvents @snakefoot (#174)
  • Reduce InternalLogger.Debug logging to one line @snakefoot (#173)
  • Added support for MailHeaders (unit test) @snakefoot (#172)

↜ Dependencies