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

Merge tag 'v1.6.0' into develop

Release v1.6.0
This commit is contained in:
Ralph Slooten 2023-04-21 14:22:09 +12:00
commit 1f95461651

View File

@ -2,6 +2,25 @@
Notable changes to Mailpit will be documented in this file.
## [v1.6.0]
### API
- Enable cross-origin resource sharing (CORS) configuration
- Message relay / release
- Include Return-Path in message summary data
### Feature
- Inject/update Bcc header for missing addresses when SMTP recipients do not match messsage headers
### Libs
- Update Go modules
- Update node modules
### UI
- Display Return-Path if different to the From address
- Message release functionality
## [v1.5.5]
### Docker