send_test_email
Send a minimal diagnostic email to verify Proton Bridge SMTP credentials and connectivity before relying on standard sending. Returns delivery status and transport debug info.
Instructions
Send a minimal diagnostic email to confirm Proton Bridge SMTP credentials and connectivity. Use before relying on send_email in a new environment. Prefer get_connection_status for a connectivity check that does not actually send mail. Returns transport debug info and delivery status. Requires PROTONMAIL_ALLOW_SEND, and confirmed:true when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled; subject to PROTONMAIL_RESTRICT_OUTBOUND_TO_SELF like every other send path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address. | |
| from | No | Send as this address instead of the Bridge login's default (e.g. an alias or additional address on the same Proton account). Proton accepts any address verified on the account; an address not on the account is rejected by Proton at send time. | |
| confirmed | No | Set to true to confirm this send when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled. | |
| customMessage | No | Optional custom test body. |