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.