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

# Email

> Send alert notifications to one or more email addresses

The Email integration sends notifications to one or more recipients when an alert fires or resolves.

## Configuration

| Field           | Required | Description                                                                                           |
| --------------- | -------- | ----------------------------------------------------------------------------------------------------- |
| **Label**       | Yes      | A display name for this integration, visible in the integrations table                                |
| **Subject**     | Yes      | Email subject line (e.g., `4xx Error Alert`)                                                          |
| **Addresses**   | No       | Recipient email addresses, separated by semicolons (`;`)                                              |
| **Single Mail** | No       | Send a single email to all recipients instead of individual emails (under **Optional Mail settings**) |

## Add to a contact point

<Steps>
  <Step title="Open or create a contact point">
    Go to **Alerting** → **Contact Points** and open an existing contact point or create a new one.
  </Step>

  <Step title="Add a Mail integration">
    Click **Add Integration** and select **Mail** from the **Integration** dropdown.
  </Step>

  <Step title="Fill in the fields">
    Enter a **Label** for this integration, a **Subject** for the email, and the recipient **Addresses** separated by semicolons.

    To send a single email to all recipients instead of individual emails, expand **Optional Mail settings** and check **Single Mail**.

    <img src="https://mintcdn.com/simplismart-3f10d72e/ER67ub_w7E_QI1A5/images/observability/alerting/contact-point/contact-point-email.png?fit=max&auto=format&n=ER67ub_w7E_QI1A5&q=85&s=2750cb7ebd0267e77c8cc4b3e12fa5f1" alt="Email integration form" width="1326" height="1238" data-path="images/observability/alerting/contact-point/contact-point-email.png" />
  </Step>

  <Step title="Save">
    Review the configurations and click **Save**.
  </Step>
</Steps>
