Skip to content

1.8.0

Choose a tag to compare

@Wh1isper Wh1isper released this 07 Sep 10:46
b8fe19f

What's Changed

  • Report the outgoing RFC Message-Id from send_email and forward_email after SMTP accepts the message data, by @khibarin in #249.
  • Preserve that identifier when the independent Sent-copy operation fails or is unknown, and include it in partial-delivery results. Rejected or ambiguous SMTP submissions report no identifier.
  • Document how to use the returned identifier for sent-mail records and follow-up threading, with GreenMail end-to-end coverage verifying it matches the received message.

Compatibility Note

Successful send and forward response strings now append Message-Id: <...>. Tool parameters and the string result schema are unchanged; integrations that match the entire previous success string should be updated.

SMTP acceptance is not a final-delivery receipt. Ambiguous operations are still not retried automatically.

Full Changelog: 1.7.0...1.8.0