Receive Email

Receive Email

Allowing creating proxy emails that forward incoming emails to real email like [email protected] > [[email protected], [email protected]]. Also provides webhooks and rest api for browsing
                  {
  "type": "string",
  "id": "string",
  "attributes": {
    "recipient_email": "string",
    "sender_email": "string",
    "payload": {
      "To": "string",
      "From": "string",
      "Subject": "string",
      "recipient": "string",
      "sender": "string",
      "body-html": "string",
      "body-plain": "string",
      "attachments": "string"
    },
    "attachments": [
      {
        "url": "string"
      }
    ],
    "is_processed": true,
    "created_at": "string",
    "updated_at": "string"
  }
}
              

Response example. If you want to see more check the documentation.

Features: - Creating endless proxy emails with one of ProxiedMail domains - Setting up forwarding email or disabling forwarding - Setting up a callback to your URL - Browsing received emails on the received emails endpoint - Setting up custom domains. You can do everything using your domain as well. - Domain-to-domain forwarding. Just in case you need it we can forward emails by mask, like *@domainhostedatproxiedmail.com -> *someotherdomain.com. In this case, the MX of the first domain should be pointed to ProxiedMail and the second domain should be verified by TXT record. Swagger: https://proxiedmail.com/api/v1/api-docs.yaml (custom domains API is not documented yet)