Releases: danzuep/MailKitSimplified
Releases · danzuep/MailKitSimplified
v1.1.0
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
Email Sender with high unit test coverage and Email Receiver included as well but with low unit test coverage.
v0.2.0
v0.1.3-beta
Breaking change:
- Changed from MimeMessageSender to SmtpSender.