Skip to content

Latest commit

 

History

History
109 lines (65 loc) · 4.26 KB

File metadata and controls

109 lines (65 loc) · 4.26 KB

Changelog

4.0.0 (2025-10-26)

⚠ BREAKING CHANGES

  • changed to .net 8.0, 9.0, 10.0

✨ Features

  • Added .net9.0 compatibility (dbb57b4)
  • Adds CheckCertificateRevocation to mailkit smtp options (fed435e), closes #27
  • Changed to .net 8.0, 9.0, 10.0 (e1034c4)

🏡 Miscellaneous Chores

v3.8.0

compare changes

🚀 Enhancements

  • Update Mailkit to 4.7 and upgrade vulnerable components
  • Mailtrap support send with template method

🩹 Fixes

  • Update Mailkit to 4.7 and upgrade vulnerable components
  • Bind MailgunSender to ISender in singleton scope
  • Plaintext parameter to always include plaintext (4a38382)
  • Remove prerelease from azure sender (90cac43)
  • Email.AttachFromFilename does not dispose stream (87441ae)

🏡 Chore

  • Updated FluentEmail.MailerSend package reference in Readme
  • Tidy code (8a24d6d)

❤️ Contributors

v3.7.0

🚀 Enhancements

  • Allow configuring Liquid parser (#18)

❤️ Contributors

v3.6.1

🩹 Fixes

  • Use latest UnDotNet.BootstrapEmail (f0fd690)

v3.6.0

🚀 Enhancements

🏡 Chore

  • Added README to all packages (8801ddd)

v3.5.1

  • Use GetCallingAssembly() rather than GetExecutingAssemby() in LiquidRenderer builder extensions

v3.5.0

  • Added simplified configuration to setup and use embedded templates with and without the LiquidRenderer.

v3.4.0

v3.3.1

  • Added MailKit builder to use injected config to allow it to come from .NET config system
  • Updated to MailKit 4.3.0

v3.3

v3.2

v3.1

  • Initial release of jcamp.* variants of FluentEmail