In order to allow easier testing in some environments, this release adds the option of requesting the latest
message from some API calls (eg: /api/v1/message/latest
) to return the latest message summary without knowing the database ID first. This "latest" is also available for headers, raw message and HTML & link check API calls. More information can be found in the API documentation.
It also adds an option to change/set the default 100-recipient limit for incoming messages.
API
- Allow ID "latest" for message summary, headers, raw version & HTML/link checks
Feature
- Add configuration option to set maximum SMTP recipients (#205)
Libs
- Update node modules
- Update Go modules