> ## 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 Alerts Configuration | OpenMetadata

> Configure email as an alert destination in OpenMetadata.

## Email Alerts Configuration

OpenMetadata can send emails for various events such as sign-up confirmations, password resets, and alert notifications. To enable email alerts, you must first configure the SMTP server in the OpenMetadata platform.

### Configuring Email SMTP Settings

To configure email notifications in OpenMetadata, navigate to **Settings > Preferences > Email**.

<img src="https://mintcdn.com/openmetadata/qho-E1y9MslmzIeO/public/images/how-to-guides/admin-guide/email.webp?fit=max&auto=format&n=qho-E1y9MslmzIeO&q=85&s=c920188209256ecbab1e18b86e8a7e8e" alt="Email Configuration" width="2943" height="1424" data-path="public/images/how-to-guides/admin-guide/email.webp" />

### Email Configuration Fields

#### Username

The username of your SMTP account used for authentication.

#### Password

The password associated with the SMTP account username.

#### Sender Email

The email address that will appear as the sender in emails. This can be the same as the username, but some services like Amazon SES may allow a different email address.

#### Server Endpoint

The endpoint of your SMTP server. Examples:

* `smtp.gmail.com` (for Gmail)
* `smtp.sendgrid.net` (for SendGrid)
* Your organization's SMTP server address

#### Server Port

The port number of the SMTP server. The port depends on the transportation strategy:

| Transportation Strategy | Port | Description                                     |
| ----------------------- | ---- | ----------------------------------------------- |
| SMTP                    | 25   | Standard unencrypted SMTP                       |
| SMTPS                   | 465  | SMTP with implicit TLS encryption               |
| SMTP\_TLS               | 587  | SMTP with explicit TLS encryption (recommended) |

#### Transportation Strategy

Select the appropriate transportation strategy based on your SMTP server configuration:

* **SMTP**: For unencrypted connections (port 25)
* **SMTPS**: For implicit TLS encryption (port 465)
* **SMTP\_TLS**: For explicit TLS encryption (port 587) - Recommended

#### Emailing Entity

The name of the entity that appears in email subjects and content. By default, this is set to "OpenMetadata".

For example, if you set this to "JohnDoe", emails will show "JohnDoe" instead of "OpenMetadata" in the subject lines and email body.

#### Enable SMTP Server

A toggle to enable or disable the SMTP configuration. Set to `true` to activate email notifications, or `false` to disable them.

#### Support URL

A support URL link that will be included in emails for users to reach out in case of issues.

Default: `https://slack.open-metadata.org`

You can update this to point to your internal support channels or documentation.
