Release Info Version 2.3.0
Info
What is this?
A slim and simple client to handle HTML emails in .NET 10+ for MailKit. This client allows you to send emails via MailKit rendered by the Razor view engine, including helpers for CSS inlining, absolute URLs, and CID support for inline/embedded images.
Changes in v2.3.0
- SMTP configuration override per mailer context via SmtpConfigOverride property.
- OnConfigureSmtpClient hook to configure the full MailKit SmtpClient per context (certificates, timeouts, auth mechanisms, proxy, etc.).
- New AddAspNetCoreMailKitMailer(Action) overload for global client configuration.
- Refactored MailClient internals to reduce code duplication.
- Updated all dependencies to latest versions (MailKit 4.15.1, Microsoft.* 10.0.5).
- Fixed nullable warnings in MailClient.