4.0.0 (2025-10-26)
- changed to .net 8.0, 9.0, 10.0
- Added .net9.0 compatibility (dbb57b4)
- Adds CheckCertificateRevocation to mailkit smtp options (fed435e), closes #27
- Changed to .net 8.0, 9.0, 10.0 (e1034c4)
- Initial release-please setup (#34) (3657e64)
- Update Bootstrap tests (4a352fe)
- Update icons (3292af1)
- Update RazorLight (985766c), closes #24
- Update unit tests to xunit and Awesome Assertions (#32) (fe6f017)
- Update Mailkit to 4.7 and upgrade vulnerable components
- Mailtrap support send with template method
- 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)
- Updated FluentEmail.MailerSend package reference in Readme
- Tidy code (8a24d6d)
- Allow configuring Liquid parser (#18)
- Use latest UnDotNet.BootstrapEmail (f0fd690)
- Update to latest Azure Email Client (aa3a419) - thanks @TheObliterator
- Add UnDotNet.BootstrapEmail processing (05cfca2)
- Added README to all packages (8801ddd)
- Use GetCallingAssembly() rather than GetExecutingAssemby() in LiquidRenderer builder extensions
- Added simplified configuration to setup and use embedded templates with and without the LiquidRenderer.
- Added MailPace sender - thanks @maartenba
- Added MailKit builder to use injected config to allow it to come from .NET config system
- Updated to MailKit 4.3.0
- Added support for mailgun templates - Original Source/Credit
- Fix Azure Email CC and BCC sending to the wrong email addresses - thanks @megasware128
- Added FluentEmail.Postmark - Original Source/Credit
- Initial release of jcamp.* variants of FluentEmail