|
| 1 | +--- |
| 2 | +title: Sim Mailer |
| 3 | +description: Send emails to your workspace and let Sim handle them as tasks. |
| 4 | +--- |
| 5 | + |
| 6 | +import { Callout } from 'fumadocs-ui/components/callout' |
| 7 | + |
| 8 | +Sim Mailer gives your workspace a dedicated email address. Forward or send emails to it and Sim will process them as tasks — reading the subject, body, and any attachments, then replying to the thread with the result. |
| 9 | + |
| 10 | +This means you can interact with Sim directly from your email client without switching apps. |
| 11 | + |
| 12 | +## Getting Started |
| 13 | + |
| 14 | +1. Navigate to **Settings** → **Inbox** |
| 15 | +2. Toggle the inbox on |
| 16 | +3. Optionally choose a custom address prefix (e.g., `acme` → `acme@mothership.sim.ai`) |
| 17 | +4. Copy your inbox address and start sending emails |
| 18 | + |
| 19 | +If you skip the custom prefix, one is generated automatically. |
| 20 | + |
| 21 | +<Callout type="info"> |
| 22 | + Changing your address creates a new inbox. The old address stops working immediately. |
| 23 | +</Callout> |
| 24 | + |
| 25 | +## What You Can Send |
| 26 | + |
| 27 | +Write your email like you would to a colleague. The subject and body become the task prompt. |
| 28 | + |
| 29 | +**Attachments are fully supported.** Images, PDFs, and documents (up to 10 MB each) are read by Sim and displayed inline in the conversation — image attachments show as previews, just like when you upload them directly in the chat. |
| 30 | + |
| 31 | +| Good email | Why it works | |
| 32 | +|------------|-------------| |
| 33 | +| "Summarize the attached PDF and list action items" | Clear task with an attachment | |
| 34 | +| "What's in this image?" with a photo attached | Sim reads and describes the image | |
| 35 | +| "Draft a reply to this forwarded thread" | Uses the email body as context | |
| 36 | + |
| 37 | +## Allowed Senders |
| 38 | + |
| 39 | +Only authorized senders can create tasks. Emails from anyone else are automatically rejected. |
| 40 | + |
| 41 | +- **Workspace members** are allowed by default — no setup needed |
| 42 | +- **External senders** can be added manually with an optional label for easy identification |
| 43 | + |
| 44 | +Manage your allowed senders list in **Settings** → **Inbox** → **Allowed Senders**. |
| 45 | + |
| 46 | +## Tracking Tasks |
| 47 | + |
| 48 | +Every email becomes a task you can track in **Settings** → **Inbox**: |
| 49 | + |
| 50 | +- **Search** by subject, sender, or body content |
| 51 | +- **Filter** by status to find what you need |
| 52 | +- **Click** any completed or failed task to jump to the full conversation |
| 53 | + |
| 54 | +### Task Statuses |
| 55 | + |
| 56 | +| Status | Meaning | |
| 57 | +|--------|---------| |
| 58 | +| **Received** | Email accepted, queued for processing | |
| 59 | +| **Processing** | Sim is actively working on it | |
| 60 | +| **Completed** | Done — the result was sent as an email reply | |
| 61 | +| **Failed** | Something went wrong during execution | |
| 62 | +| **Rejected** | Email blocked (sender not allowed, automated sender, or rate limit exceeded) | |
| 63 | + |
| 64 | +## Conversations |
| 65 | + |
| 66 | +Each email task creates a conversation in your workspace. You can continue the conversation from the Sim chat interface, and any follow-up emails in the same thread are linked to the same conversation. |
0 commit comments