2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: smtpSettings
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/email/smtpsettings
|
|
|
|
---
|
|
|
|
|
|
|
|
# SmtpSettings
|
|
|
|
|
|
|
|
*This schema defines the SMTP Settings for sending Email*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`emailingEntity`** *(string)*: Emailing Entity. Default: `"OpenMetadata"`.
|
|
|
|
- **`supportUrl`** *(string)*: Support Url. Default: `"https://slack.open-metadata.org"`.
|
|
|
|
- **`enableSmtpServer`** *(boolean)*: If this is enable password will details will be shared on mail. Default: `false`.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`openMetadataUrl`** *(string)*: Openmetadata Server Endpoint.
|
|
|
|
- **`senderMail`** *(string)*: Mail of the sender.
|
|
|
|
- **`serverEndpoint`** *(string)*: Smtp Server Endpoint.
|
|
|
|
- **`serverPort`** *(integer)*: Smtp Server Port.
|
|
|
|
- **`username`** *(string)*: Smtp Server Username.
|
|
|
|
- **`password`** *(string)*: Smtp Server Password.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`transportationStrategy`** *(string)*: Must be one of: `["SMTP", "SMTPS", "SMTP_TLS"]`. Default: `"SMTP"`.
|
|
|
|
- **`templatePath`** *(string)*
|
|
|
|
- **`templates`** *(string)*: Must be one of: `["openmetadata", "collate"]`. Default: `"openmetadata"`.
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.
|