- 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