| Username | SMTP account username | Authenticates OpenMetadata to your mail provider so it’s allowed to send on your behalf |
| Password | SMTP account password | Completes that authentication. Without it, sending fails even with a correct username |
| 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 | Determines what recipients see as the sender, and what they reply to |
| Server Endpoint | Required. Hostname of the SMTP server, for example smtp.gmail.com | Points OpenMetadata at the mail server that actually delivers the message |
| Server Port | Required. Port the SMTP server listens on. The port you use determines which Transportation Strategy to select below | Gets the connection to the right listener. The wrong port fails silently or times out |
| Emailing Entity | Name shown as the sender in outgoing emails, for example your organization name. Default: OpenMetadata | Makes outgoing mail immediately recognizable as coming from your organization, not a generic default |
| Enable SMTP Server | Turns SMTP sending on or off. When off, OpenMetadata doesn’t send any email | Lets you stage the rest of this configuration without emailing anyone until you’re ready |
| Support URL | Link included in emails for users to reach your support team. Default: https://slack.open-metadata.org | Gives recipients a way to get help instead of relying on your defaults |
| Transportation Strategy | Connection security mode, chosen to match Server Port | Matching it correctly to the port is what makes the connection actually negotiate. A mismatch here is the most common reason Test Email fails |