Skip to content

v1.1.0

Choose a tag to compare

@danzuep danzuep released this 17 Nov 17:47
· 311 commits to main since this release

Changes:

  • Replaced AddMailKitSimplifiedEmailSender with just IEmailWriter and ISmtpSender.
  • Removed AttachmentHandler as functionality has been migrated to IEmailWriter.
  • Added comments and ReplyTo, Header, and Priorty to IEmailWriter.
  • Replaced IEmailWriter.Subject(string subject, bool append) with Subject(string prefix, string suffix).
  • Updated all packages to the latest versions.