Releases: axllent/mailpit
Releases · axllent/mailpit
v1.6.22
Feature
- Clearer SMTP error messages
Libs
- Update Go modules
- Upgrade node modules
v1.6.21
UI
- More accurate clickable hyperlink logic in plain text messages
v1.6.20
Feature
- Convert links into clickable hyperlinks in plain text message content
Libs
v1.6.19
Fix
- Only display sendmail help when sendmail subcommand is invoked
v1.6.18
API
UI
- Add option to enable tag colors based on tag name hash
- Display message tags below subject in message overview
v1.6.17
Fix
- Add single dash arguments support to sendmail command (#123)
v1.6.16
Feature
- Add
sendmail -bs
functionality.
Symfony's mailer uses sendmail -bs
by default. This allows sendmail to connect directly to the SMTP server to handle the payload correctly.
Bugfix
- Fix sendmail/startup panic
v1.6.15
Feature
- Add
sendmail -bs
functionality.
Symfony's mailer uses sendmail -bs
by default. This allows sendmail to connect directly to the SMTP server to handle the payload correctly.
Note: Binaries deleted due to startup panic fixed in next release.
v1.6.14
Feature
- Add ability to delete or mark search results read
- Set tags via
X-Tags
message header
Libs
v1.6.13
Feature
- Add SMTP LOGIN authentication method for message relay