Skip to content

Releases: danzuep/MailKitSimplified

v1.1.0

17 Nov 17:47

Choose a tag to compare

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.

Email sender and email receiver

16 Nov 14:41

Choose a tag to compare

Email Sender with high unit test coverage and Email Receiver included as well but with low unit test coverage.

v0.2.0

12 Nov 04:23

Choose a tag to compare

Breaking changes:

  • Removed dependency on the abstract Core package.
  • Changed email contact / email address format to ("me@localhost", "My Name") so it matches MailKit.

v0.1.3-beta

11 Nov 05:29

Choose a tag to compare

Breaking change:

  • Changed from MimeMessageSender to SmtpSender.

v0.1.3

11 Nov 08:20

Choose a tag to compare

Breaking change:

  • Changed from MimeMessageSender to SmtpSender.