how-to-guides

No menu items for this category
OpenMetadata Documentation

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.

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

Email Configuration

Email Configuration UI in OpenMetadata

The username of your SMTP account used for authentication.

The password associated with the SMTP account username.

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.

The endpoint of your SMTP server. Examples:

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

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

Transportation StrategyPortDescription
SMTP25Standard unencrypted SMTP
SMTPS465SMTP with implicit TLS encryption
SMTP_TLS587SMTP with explicit TLS encryption (recommended)

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

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.

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

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.