2023-07-14 14:12:27 +02:00
|
|
|
---
|
|
|
|
title: smtpSettings
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/email/smtpsettings
|
|
|
|
---
|
|
|
|
|
|
|
|
# SmtpSettings
|
|
|
|
|
|
|
|
*This schema defines the SMTP Settings for sending Email*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`emailingEntity`** *(string)*: Emailing Entity. Default: `OpenMetadata`.
|
|
|
|
- **`supportUrl`** *(string)*: Support Url. Default: `https://slack.open-metadata.org`.
|
2023-08-20 20:08:30 -07:00
|
|
|
- **`enableSmtpServer`** *(boolean)*: If this is enabled password details will be shared on mail. Default: `False`.
|
2023-07-14 14:12:27 +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.
|
|
|
|
- **`transportationStrategy`** *(string)*: Must be one of: `['SMTP', 'SMTPS', 'SMTP_TLS']`. Default: `SMTP`.
|
|
|
|
|
|
|
|
|
|
|
|
Documentation file automatically generated at 2023-07-07 05:50:35.981927.
|