Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

87 lines (52 loc) · 2.75 KB

Changelog

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