This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Releases: Kareadita/KavitaEmail
Releases · Kareadita/KavitaEmail
.NET 8 + No SSL Mode
Changed
- Changed: Now supports Non-SSL mode (Fixes #48)
- Changed: Updated to .NET 8
Fixed Change Email using wrong Template
Fixed
- Fixed: Fixed a regression where test email wouldn't send an email from last release
- Fixed: Fixed change email not using the correct email template
v0.1.22.0 - Version API
Added
- Added: New API to get version (This is for Kavita v0.7.10)
v0.1.20.0 - No Authentication Support
Changed
- Changed: If no username/password is set, don't try to authenticate (Fixes #43 )
- Changed: Preheader text for Send to Device now shows the correct message
v0.1.19.0 - Authentication Bugfix
Fixed
- Fixed: Fixed a bug where send email wasn't authenticating with UserName, but SenderAddress
v0.1.18.0 - Fixed templates not copying (Docker)
Fixed
- Fixed: Fixed the templates folder not being created on start of container
v0.1.17.0 - Breaking Changes: Fixes Kindle Send To Device flow
Docker users MUST manually update and mount the config directory
Changed
- Docker image no longer uses sed and environment variables. A blank appsettings.json config is created for the user to fill out and is mounted.
- Addresses multiple bugs with using sed
Fixed
- Fixed: Send to Kindle was broken
Things to note
- Users already using the email container will have to update their configuration to use the mounted file
v0.1.16.0 - SMTP Client Update
This is a small but potentially impactful update. With this update, Email service moves to MailKit, which is much more up-to-date. This should improve options for SMTP clients. In addition, adds some changes for Kavita v0.7.2.
Added
- Added: Added the ability to send an actual email on testing the service (requires Kavita v0.7.1.35+)
Changed
- Changed: Removed a ton of code that isn't needed to slim this microService down
- Changed; Swapped out SMTP Library to something more modern
Removed:
- Removed: Removed the ConnectionStrings, ValidateUser, EnableSsl, UseDefaultCredentials, IsBodyHtml from appSetting.json
v0.1.14.0 - Outlook can send emails now
Fixed
- Fixed: Fixed and issue where Outlook would not send emails. This was due to it needing a specific TLS setting.
v0.1.12.0 - Missing Templates Fix
This is a very small fix to ensure the templates are included in the release build.
Fixed
- Fixed: Fixed an issue where templates folder wasn't bundled with the production build.