Minor Changes
-
#15337
b23de74Thanks @tpmmorris! - Add email inspection and testing to Local ExplorerAdd an Email group with Routing and Sending views for inspecting messages received by a Worker's
email()handler and messages sent through itssend_emailbindings. Detail views show message content, metadata, attachments, and handler activity including forwarding, replies, rejection, and unhandled messages.Add a test-email composer that delivers custom text, HTML, headers, and attachments directly to the selected Worker's
email()handler during local development.