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

# Email

> Configure the SMTP server OpenMetadata uses to send invite, notification, and alert emails, and verify it with a test message.

# Email

OpenMetadata sends email for several purposes:

* Team invites
* Task and conversation notifications
* Alerts
* Scheduled reports

None of that mail goes out until an admin points OpenMetadata at a working SMTP server, so this is one of the first settings to configure on a new instance if you want invited teammates to actually receive their invite emails. The **Email** page under Preferences configures the SMTP server used to send all of these.

## Configure Email

1. Navigate to **Settings** > **Preferences** > **Email**.

   <img src="https://mintcdn.com/openmetadata/zEoaNtzSP56eggdP/public/images/how-to-guides/admin-guide/preferences/access-email-1.13.png?fit=max&auto=format&n=zEoaNtzSP56eggdP&q=85&s=6be45375fe90f63dbd551d6331d9dd2a" alt="Email settings under Preferences" width="2874" height="1430" data-path="public/images/how-to-guides/admin-guide/preferences/access-email-1.13.png" />

2. Click **Edit**.

   <img src="https://mintcdn.com/openmetadata/P5zCjbPoeck_wz3f/public/images/how-to-guides/admin-guide/preferences/select-edit-email.png?fit=max&auto=format&n=P5zCjbPoeck_wz3f&q=85&s=406c582cc84188e1e6b1deac9d561a06" alt="Email Configuration page with Edit button" width="2852" height="910" data-path="public/images/how-to-guides/admin-guide/preferences/select-edit-email.png" />

3. Configure the following fields:

   | Field                       | Description                                                                                                                                               |
   | :-------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | **Username**                | SMTP account username                                                                                                                                     |
   | **Password**                | SMTP account password                                                                                                                                     |
   | **Sender Email**            | Required. The "from" address on outgoing mail. Can be the same as **Username**, though some providers, such as Amazon SES, use a different value for each |
   | **Server Endpoint**         | Required. Hostname of the SMTP server, for example `smtp.gmail.com`                                                                                       |
   | **Server Port**             | Required. Port the SMTP server listens on. The port you use determines which **Transportation Strategy** to select below                                  |
   | **Emailing Entity**         | Name shown as the sender in outgoing emails, for example your organization name. Default: `OpenMetadata`                                                  |
   | **Enable SMTP Server**      | Turns SMTP sending on or off. When off, OpenMetadata doesn't send any email                                                                               |
   | **Support URL**             | Link included in emails for users to reach your support team. Default: `https://slack.open-metadata.org`                                                  |
   | **Transportation Strategy** | Connection security mode, chosen to match **Server Port**                                                                                                 |

   Match **Server Port** to the **Transportation Strategy** it corresponds to:

   | Server Port | Transportation Strategy |
   | :---------- | :---------------------- |
   | `25`        | `SMTP`                  |
   | `465`       | `SMTPS`                 |
   | `587`       | `SMTP_TLS`              |

   <img src="https://mintcdn.com/openmetadata/zEoaNtzSP56eggdP/public/images/how-to-guides/admin-guide/preferences/configure-email.png?fit=max&auto=format&n=zEoaNtzSP56eggdP&q=85&s=98ec18b16db64eb46caab34d894a62e1" alt="Edit Email Configuration form" width="2830" height="1550" data-path="public/images/how-to-guides/admin-guide/preferences/configure-email.png" />

4. Click **Save**.

## Test Email

Use **Test Email** to verify the SMTP configuration works before relying on it for real notifications. This catches a wrong port, an expired password, or a blocked outbound connection immediately, instead of finding out later when an invite or an alert quietly fails to arrive:

1. From the Email settings page, click **Test Email**.

2. Enter a recipient address.

   <img src="https://mintcdn.com/openmetadata/zEoaNtzSP56eggdP/public/images/how-to-guides/admin-guide/preferences/enter-test-email.png?fit=max&auto=format&n=zEoaNtzSP56eggdP&q=85&s=03eed311b0a5886a93add89acbe2173b" alt="Test Email Connection dialog" width="2842" height="1016" data-path="public/images/how-to-guides/admin-guide/preferences/enter-test-email.png" />

3. Click **Test** to send a one-off test message through the configured SMTP server.

A success or failure toast confirms whether the SMTP server accepted the test message.

## OpenMetadata URL

OpenMetadata URL is a separate, single-field setting stored alongside Email configuration. It's used to build the links inside the emails OpenMetadata sends — for example, the "view this asset" link in a task notification. If this points at the wrong address, every link in every notification email points at the wrong place, even though the emails themselves send successfully.

1. Navigate to **Settings** > **Preferences** > **OpenMetadata URL**.

   <img src="https://mintcdn.com/openmetadata/zEoaNtzSP56eggdP/public/images/how-to-guides/admin-guide/preferences/access-openmetadata-url.png?fit=max&auto=format&n=zEoaNtzSP56eggdP&q=85&s=acba4ee3afbe7fe0760cc72e045cbd70" alt="Navigate to OpenMetadata URL under Preferences" width="3008" height="1582" data-path="public/images/how-to-guides/admin-guide/preferences/access-openmetadata-url.png" />

2. Click **Edit**.

   <img src="https://mintcdn.com/openmetadata/P5zCjbPoeck_wz3f/public/images/how-to-guides/admin-guide/preferences/select-edit-url.png?fit=max&auto=format&n=P5zCjbPoeck_wz3f&q=85&s=4279533757c0a50c1fa6175ebd723130" alt="OpenMetadata URL Configuration page with Edit button" width="2848" height="536" data-path="public/images/how-to-guides/admin-guide/preferences/select-edit-url.png" />

3. Set **OpenMetadata URL** to the base URL your users actually use to reach this instance. Default: `http://localhost:8585`, which only works for local development, so update it before you rely on email links in production.

   <img src="https://mintcdn.com/openmetadata/zEoaNtzSP56eggdP/public/images/how-to-guides/admin-guide/preferences/configure-url.png?fit=max&auto=format&n=zEoaNtzSP56eggdP&q=85&s=fd0f5e2ad4ec8cafab88a3f6e76677a5" alt="Edit OpenMetadata URL Configuration form" width="1624" height="494" data-path="public/images/how-to-guides/admin-guide/preferences/configure-url.png" />

4. Click **Save**.
