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

# Email Alerts

> Configure email notifications for test results and alerts.

## Overview

The email integration keeps your team informed about test results without needing to check the Spur dashboard. You can configure notifications for specific test outcomes and control who receives alerts from which suites.

## Setup

<Steps>
  <Step title="Connect Email in Spur">
    Navigate to the [Integrations page](https://app.spurtest.com/integrations) and select **Email** from the available integrations.
  </Step>

  <Step title="Configure notification preferences">
    Choose which notifications you want to receive:

    <Columns cols={2}>
      <Card icon="circle-xmark" title="On Fail">
        Immediate alerts when any test fails.
      </Card>

      <Card icon="circle-check" title="All Passing Tests">
        Confirmation when tests pass.
      </Card>

      <Card icon="calendar-day" title="End of Day Summary">
        A daily digest of all test results.
      </Card>

      <Card icon="users" title="Per-Suite Access">
        Control who gets alerts from which suites.
      </Card>
    </Columns>
  </Step>
</Steps>

## Per-User Access Settings

By default, every user in your application receives email notifications for all tests. You can configure specific access settings to control who gets alerts from which suites.

<Note>
  If you configure access for one person, make sure to configure access for everyone else as well. Otherwise, unconfigured users will continue to receive notifications for all suites.
</Note>

<Steps>
  <Step title="Open access settings">
    Go to the Integrations tab and click into **Access Settings** for the email integration.

    <Frame caption="Access settings in the Integrations tab">
      <img src="https://mintcdn.com/spur/nNuvmyM4s84IFvTw/images/Integrations/Advanced_Email_Config/advanced_email.png?fit=max&auto=format&n=nNuvmyM4s84IFvTw&q=85&s=6f2a0a8b0405d09f3bdbf5ee33ddaaf6" alt="" width="3024" height="1638" data-path="images/Integrations/Advanced_Email_Config/advanced_email.png" />
    </Frame>
  </Step>

  <Step title="Set custom access per user">
    For each user, select which suites they should receive notifications for. This gives you fine-grained control over who sees what.

    <Frame caption="Setting custom notification access per user">
      <img src="https://mintcdn.com/spur/nNuvmyM4s84IFvTw/images/Integrations/Advanced_Email_Config/advanced_email_people.png?fit=max&auto=format&n=nNuvmyM4s84IFvTw&q=85&s=68c5ef748ea6649e9bcee45f5bd6413b" alt="" width="3024" height="1640" data-path="images/Integrations/Advanced_Email_Config/advanced_email_people.png" />
    </Frame>
  </Step>
</Steps>
