Self-hosted email API for seamless integrations
“…\ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "reference": { "message": "AAAADQAABl0", "action": "forward", "inline": true, "forwardAttachments": true }, "to": { "name": "Andris Reinman", "address": "[email protected]" }, "html": "<p>FYI - see below</p>" ...”
“…account registration API. Endpoint: POST /v1/account curl -XPOST "http://127.0.0.1:3000/v1/account" \ -H "Authorization: Bearer <your-token>" \ -H "Content-Type: application/json" \ -d '{ "account": "example", "name": "Andris Reinman", "email": "[email protected]", "imap": { "auth": { "user": "...”