Skip to content

Release v1.2.2

Choose a tag to compare

@github-actions github-actions released this 12 Apr 15:38
0c5b0b2

Info

Important

This is a .NET 6 compiled version.
Users who use .net 5 please install the 1.1.x package versions.
Users who use .net core 3.1 please install the 1.0.x versions

What is this?

An slim and simple client to handle HTML Mails in .net core 6+ for Mailkit. This client allows you to send e-mails via MailKit rendered by razor view engine including helpers for css inlining and absolute urls.

Changes in v1.2.2

  • Updated dependencies
  • Removed obsolete WebClient and added http client instead
  • Fixed Attachment Builder for filedownload when no content type is set
  • Attachment Builder now respects the Content-Disposition Header if no filename in url is found
  • Created .NET 6 compiled version using updated dependencies