Agents that can send email can also send the wrong email — to the wrong person, at the wrong time, with the wrong content. mild.run intercepts every Gmail send and shows you the full draft before it leaves your account.
Review recipient, subject, body and CC list before mild.run releases the send.
Your agent calls gmail_send_email as an MCP tool. mild.run intercepts it, notifies you, and only lets it run once you approve.
// Your agent calls the MCP tool directly.
gmail_send_email(
to="customer@example.com",
subject="Refund confirmation",
body="Your refund has been processed.",
cc=""
)
// mild.run holds the draft, notifies you with the full content,
// and only calls the Gmail API after you approve.No. You authorize Gmail once from your mild.run dashboard; the connection stays active until you revoke it.
Yes — the approval notification includes the recipient, subject and full body so you can review the exact content before it sends.
The email is never sent, the agent receives a blocked decision, and the attempt is recorded in your audit log.