Forwarding Email
Forwarding is how email gets into Kumbukum. Each project has its own forwarding address — send a message to that address, and Kumbukum ingests it into the project.
Find your forwarding address
- Open the project you want email to land in.
- Click Settings.
- Scroll to the Email forwarding section.
- Copy the address shown in the read‑only field (use the Copy button next to it).
The address looks like:
<project-id>@<email-forward-domain>For example: 507f1f77bcf86cd799439011@email.kumbukum.com.
Each project has a different address. Send the same email to two different project addresses and it'll be ingested into both projects independently.
Point your mail at it
You have two common options:
Server‑side forwarding rule
In your mailbox provider (Gmail, Fastmail, Outlook, etc.), set up a forwarding rule for the messages you want in Kumbukum and target your project address. Most providers require you to verify the destination address once before forwarding will work — Kumbukum receives the verification email and shows it in the project inbox.
Plus‑addressing or aliases
If you want a stable, public‑facing address that ends up in Kumbukum, set up an alias at your provider (or an address+suffix@… style alias) that auto‑forwards to your project address. That way you can give out one address and route everything through it.
Plan and configuration requirements
Email forwarding is available on the Pro plan. On lower plans the forwarding address is hidden and incoming forwards are silently rejected. The forwarding domain is preconfigured for Cloud — no setup needed on your end beyond pointing your mail at the address.
What happens after the email arrives
Once your mail provider hands the message to Kumbukum:
- The recipient domain is checked against the configured forward domain.
- The local part of the address is matched to a project ID.
- The message is parsed and stored — see Parsing for the details.
- If automatic triage is on, the email is queued for triage right away. Otherwise it sits in the project inbox until you trigger triage from the ECC.
If the address matches a project that doesn't exist (or is inactive), the request is acknowledged but no email is stored — your mail provider won't see a bounce.
Alternatives to forwarding
You don't have to use the forwarding address at all. Two other paths get email into Kumbukum:
- Browser extension — install the Browser Extension and use Add Email in the side panel while you're reading the message in Gmail, Outlook, or Fastmail. No DNS, no provider setup, no Pro plan gate.
- API —
POSTdirectly to the/api/v1/emailsingest endpoint with an API token and an explicitprojectfield. This is what external integrations use.
Forwarding, the extension, and the API can all coexist — pick whichever fits the moment.
Related
- Parsing — what Kumbukum does with the message once it's accepted.
- Settings — turn on auto‑triage.
- Viewing — find the forwarded email in the inbox.
- Browser Extension — the no‑forwarding ingest option for in‑browser email clients.