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

Merge tag 'v1.8.1' into develop

Release v1.8.1
This commit is contained in:
Ralph Slooten 2023-08-06 17:07:38 +12:00
commit f0c77ac962

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