1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

Release v1.6.0

This commit is contained in:
Ralph Slooten 2023-04-21 14:22:05 +12:00
parent 19f51c8931
commit 031b5697e4

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