Skip to main content

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. Email settings under Preferences
  2. Click Edit. Email Configuration page with Edit button
  3. Configure the following fields: Match Server Port to the Transportation Strategy it corresponds to: Edit Email Configuration form
  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. Test Email Connection dialog
  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. Navigate to OpenMetadata URL under Preferences
  2. Click Edit. OpenMetadata URL Configuration page with Edit button
  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. Edit OpenMetadata URL Configuration form
  4. Click Save.