1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-04 00:15:54 +02:00

Release v1.8.1

This commit is contained in:
Ralph Slooten 2023-08-06 17:07:34 +12:00
parent 6db28c5ef7
commit 63fd86499d

View File

@ -2,6 +2,21 @@
Notable changes to Mailpit will be documented in this file.
## [v1.8.1]
### Docs
- Add pagination to swagger search documentation
### Fix
- Check/set message Reply-To using SMTP FROM
- Exclude "sendmail" from recipients list when using `mailpit sendmail <options>`
- Exclude <script type="application/json"> from HTML check tests
### Libs
- Update node modules
- Update Go modules
## [v1.8.0]
### Docs