2024-04-08 17:35:45 +08:00
---
canonical: https://grafana.com/docs/grafana/latest/alerting/configure-notifications/manage-contact-points/integrations/configure-email/
description: Configure email integration to send email notifications when your alerts are firing
keywords:
- grafana
- alerting
- email
- integration
labels:
products:
- cloud
- enterprise
- oss
menuTitle: Email
2025-10-07 23:20:52 +08:00
title: Configure email for alert notifications
2024-11-06 22:28:44 +08:00
weight: 110
2024-10-23 18:43:28 +08:00
refs:
2025-10-07 23:20:52 +08:00
configure-contact-points:
- pattern: /docs/grafana/
destination: /docs/grafana/< GRAFANA_VERSION > /alerting/configure-notifications/manage-contact-points/
- pattern: /docs/grafana-cloud/
destination: /docs/grafana-cloud/alerting-and-irm/alerting/configure-notifications/manage-contact-points/
2024-10-23 18:43:28 +08:00
notification-templates:
- pattern: /docs/grafana/
destination: /docs/grafana/< GRAFANA_VERSION > /alerting/configure-notifications/template-notifications/
- pattern: /docs/grafana-cloud/
destination: /docs/grafana-cloud/alerting-and-irm/alerting/configure-notifications/template-notifications/
2024-04-08 17:35:45 +08:00
---
2025-10-07 23:20:52 +08:00
# Configure email for alert notifications
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
Use the email integration to send alert notifications to one or more addresses.
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
You can customize the [subject and main section of the email body ](#optional-settings-using-templates ). By default, the subject and body are generated from the alert data included in the notification.
2024-10-23 18:43:28 +08:00
2024-04-08 17:35:45 +08:00
## Before you begin
2025-10-07 23:20:52 +08:00
In Grafana OSS, you must configure SMTP settings before you can enable email notifications.
2024-04-08 17:35:45 +08:00
{{< admonition type = "note" > }}
2025-10-07 23:20:52 +08:00
In Grafana Cloud, SMTP configuration is not required.
2024-04-08 17:35:45 +08:00
{{< / admonition > }}
2025-10-07 23:20:52 +08:00
1. Open the [configuration file ](/docs/grafana/<GRAFANA_VERSION>/setup-grafana/configure-grafana/ ). The file is typically named `grafana.ini` or `custom.ini` and located in the `conf` directory of your Grafana installation.
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
1. Configure the [SMTP settings ](/docs/grafana/<GRAFANA_VERSION>/setup-grafana/configure-grafana/#smtp ) for your email server in the `[smtp]` section.
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
1. Save your changes and restart Grafana.
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
1. Test email notifications by creating a contact point.
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
## Configure Email for a contact point
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
To create a contact point with a email integration, complete the following steps.
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
1. Navigate to **Alerts & IRM** -> **Alerting** -> **Contact points** .
1. Click ** + Create contact point**.
1. Enter a name for the contact point.
1. From the **Integration** list, select **Email** .
1. Set up the required [settings ](#email-settings ) for your Email configuration.
1. Click **Save contact point** .
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
For more details on contact points, including how to test them and enable notifications, refer to [Configure contact points ](ref:configure-contact-points ).
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
## Email settings
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
| Option | Description |
| --------- | ------------------------------------------------------------------------------------------ |
| Addresses | The list of email addresses to send the notifications. Email addresses are case sensitive. |
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
#### Optional settings
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
| Option | Description |
| ------------ | ------------------------------------------------------------------------- |
| Single email | Send a single email to all email addresses rather than individual emails. |
2024-09-04 17:54:38 +08:00
2025-10-07 23:20:52 +08:00
#### Optional settings using templates
2024-09-04 17:54:38 +08:00
2025-10-07 23:20:52 +08:00
{{< admonition type = "note" > }}
You can customize the email subject and main section of the email body, but you can't edit HTML or CSS for visual changes.
2024-10-01 23:28:26 +08:00
2025-10-07 23:20:52 +08:00
In Grafana OSS and Enterprise, you can edit the full email template. However, this is not officially supported because it's an internal API that may change without prior notice.
{{< / admonition > }}
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
| Option | Description |
| ------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Subject | Sets the email subject, replacing the default template. Supports [notification templates ](ref:notification-templates ). |
| Message | Sets the main section of the email body, replacing the default template. Supports [notification templates ](ref:notification-templates ). |
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
{{< figure src = "/media/docs/alerting/custom-email-message5.png" caption = "Email notification with custom message." max-width = "750px" > }}
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
#### Optional notification settings
2024-04-08 17:35:45 +08:00
2025-10-07 23:20:52 +08:00
| Option | Description |
| ------------------------ | ------------------------------------------------------------------- |
| Disable resolved message | Enable this option to prevent notifications when an alert resolves. |