> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raycaster.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Email System

> Send, schedule, and manage emails directly from your Raycaster workspace

## Overview

Raycaster's email system lets you send personalized emails directly from your workspace without switching between tools. Connect your Gmail or Outlook account, compose emails using data from your sheets, and manage everything from one place.

<Frame>
  <img src="https://mintcdn.com/raycaster/NkwkAu8IAZ9zTAYr/email-manager.png?fit=max&auto=format&n=NkwkAu8IAZ9zTAYr&q=85&s=54f3c572af0e22a2a245259059cebded" alt="Email Management dashboard with Gmail and Outlook integrations connected" width="1358" height="718" data-path="email-manager.png" />
</Frame>

## Key Capabilities

<CardGroup cols={2}>
  <Card title="Direct Email Sending" icon="paper-plane" color="#4F5DFF">
    Compose and send emails from connected Gmail or Outlook accounts without leaving Raycaster.
  </Card>

  <Card title="Template Variables" icon="code" color="#4F5DFF">
    Use `{{Column Name}}` variables to automatically personalize emails with data from your sheets.
  </Card>

  <Card title="AI-Generated Drafts" icon="wand-magic-sparkles" color="#7B85FF">
    Generate personalized email drafts with AI based on your contact data and a prompt you provide.
  </Card>

  <Card title="Email Sequences" icon="layer-group" color="#7B85FF">
    Build multi-step email campaigns with a visual drag-and-drop builder, including wait times and conditional logic.
  </Card>
</CardGroup>

## How It Works

The email system connects to your email provider through a secure OAuth integration. Once connected, you can:

1. **Compose emails** from any sheet by selecting rows (recipients) and opening the email composer
2. **Use template variables** like `{{First Name}}` or `{{Company}}` that automatically resolve from your sheet data
3. **Generate AI drafts** by describing what you want to say and letting AI personalize each email
4. **Schedule emails** to send at a specific time
5. **Build sequences** for multi-step outreach campaigns with automated follow-ups

## Entry Points

There are several ways to access email features in Raycaster:

| Entry Point                                   | What It Does                                                                             |
| --------------------------------------------- | ---------------------------------------------------------------------------------------- |
| **Sheet Email Composer**                      | Select rows in a sheet and click the email button to compose emails for those recipients |
| **Emails Page** (`/emails`)                   | View and manage all your sent, draft, scheduled, and failed emails                       |
| **Email Sequences Page** (`/email-sequences`) | Manage active sequences and reusable sequence templates                                  |

## Access Control

Email visibility is based on your connected integrations:

* **Personal integrations** (`scope = user`): Only you can see and send from this account
* **Organization integrations** (`scope = organization`): All organization members can see and send from this shared account

When composing emails, the integration selector dropdown shows all accounts you have access to — both your personal integrations and any organization-shared integrations.

## Supported Providers

<Tabs>
  <Tab title="Gmail">
    Connect your Google account via OAuth. Supports:

    * Reading and syncing emails
    * Sending emails and replies
    * Multiple Gmail accounts per user
    * Personal or organization-wide access

    [Set up Gmail integration →](/advanced/integrations/gmail)
  </Tab>

  <Tab title="Outlook">
    Connect your Microsoft account via OAuth. Supports:

    * Reading and syncing emails
    * Sending emails and replies
    * Multiple Outlook accounts per user
    * Personal or organization-wide access

    [Set up Outlook integration →](/advanced/integrations/outlook)
  </Tab>
</Tabs>

## Next Steps

<CardGroup cols={3}>
  <Card title="Composing Emails" icon="pen-to-square" href="/advanced/email/composing">
    Learn how to compose, personalize, and send emails
  </Card>

  <Card title="Email Sequences" icon="arrows-repeat" href="/advanced/email/sequences">
    Build multi-step automated email campaigns
  </Card>

  <Card title="Sequence Templates" icon="copy" href="/advanced/email/templates">
    Create reusable sequence blueprints for your team
  </Card>
</CardGroup>
