New
bin/plugin email test-emailsays why a send failed, and what the provider called it when one worked.- An SMTP send gets an id too, read off the transcript.
- The send log line carries the provider's id for the message, which is the first thing worth knowing when a delivery webhook cannot be matched to the message it is about
getLastSendId()answers the provider's own id for the message just sent.
Bugfix
- A transport that answers a send with the message's own id no longer has that recorded as the provider's id.
- A transport that cannot be built no longer takes the whole site down with it.
The full entry for each of these is in CHANGELOG.md.