POST /sendemail/Send email
Trigger an API request to send from your connected address.
From a client website to a customer support workflow, connect the email address you already use to the work you need to get done.

ONE MAILBOX. CLEAR ENDPOINTS.
Connect SMTP and IMAP once. MailBridgeAPI gives your applications HTTP endpoints to trigger actions with that mailbox, while you keep your existing address and provider.
POST /sendemail/Trigger an API request to send from your connected address.
GET /getemail/Read messages from the connected mailbox through a JSON response.
GET /email/unsubscribed/Retrieve opt-out records for your own contact workflows.
Imagine that the same SMTP mailbox sends email from a website, an invoicing tool, internal automations and dozens more projects. When its password or provider settings change, update the connection once in MailBridgeAPI.
Every project stores the SMTP configuration. A password change becomes a search through every application, followed by new deployments and the risk of forgetting one.
Every project calls the same email API. Update the mailbox connection in the dashboard; the applications keep using their existing API integration.
Whether the mailbox is used by three projects or hundreds, no source-code or deployment change is needed when only its mailbox password or connection settings change.
Keep your familiar address and enter your connection settings yourself. A developer can integrate your mailbox without asking for its password.
Use account and mailbox API keys in your backend. Reuse the same HTTP integration pattern across client projects.
Bring emails into the tools you already work in, and send updates from the address your customers recognize.
Your client or mailbox owner connects the email account in MailBridgeAPI. You build the integration with API keys, without needing to know their mailbox password.
See the client integration example
Enters SMTP / IMAP credentials in MailBridgeAPI.
Uses the configured connection to communicate with the mailbox.
Uses account and mailbox API keys to send or retrieve emails.
The owner enters the mailbox credentials. The developer receives the API access needed for the integration.
Keep the mailbox password out of project source code, developer messages, and individual application configurations.
When mailbox settings change, update the connection in the dashboard instead of redistributing the password across projects.
MailBridgeAPI still needs the owner’s mailbox credentials to connect to the email provider. API keys grant access to email operations: treat them as secrets and keep them in your backend.
Turn your mailbox into an API, call your first email endpoint, and give every project a simpler way to send or retrieve messages.