1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-04-13 11:50:32 +02:00

Merge tag 'v1.7.0' into develop

Release v1.7.0
This commit is contained in:
Ralph Slooten 2023-06-30 23:14:47 +12:00
commit a726cf9922

View File

@ -2,6 +2,23 @@
Notable changes to Mailpit will be documented in this file.
## [v1.7.0]
### API
- Ignore SMTP relay error when one of multiple recipients doesn't exist
- Set raw message Content-Type to UTF-8
### Build
- Define Vue build options in esbuild
### Libs
- Update node modules
- Update Go modules
### UI
- Theme toggler - auto, light and dark themes
## [v1.6.22]
### Feature