diff --git a/openmetadata-docs/content/partials/v1.7/how-to-guides/email.md b/openmetadata-docs/content/partials/v1.7/how-to-guides/email.md index 0162a881375..582baf2e222 100644 --- a/openmetadata-docs/content/partials/v1.7/how-to-guides/email.md +++ b/openmetadata-docs/content/partials/v1.7/how-to-guides/email.md @@ -8,16 +8,3 @@ src="/images/v1.7/how-to-guides/admin-guide/email.webp" alt="Email Configuration" caption="Email Configuration" /%} - -``` -email: - emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional) - supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional) - enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False - senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL} - serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com) - serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port) - username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username) - password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password) - transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"} -``` diff --git a/openmetadata-docs/content/partials/v1.8/how-to-guides/email.md b/openmetadata-docs/content/partials/v1.8/how-to-guides/email.md index 3f36ba34a16..8f8f62944ec 100644 --- a/openmetadata-docs/content/partials/v1.8/how-to-guides/email.md +++ b/openmetadata-docs/content/partials/v1.8/how-to-guides/email.md @@ -8,16 +8,3 @@ src="/images/v1.8/how-to-guides/admin-guide/email.webp" alt="Email Configuration" caption="Email Configuration" /%} - -``` -email: - emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional) - supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional) - enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False - senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL} - serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com) - serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port) - username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username) - password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password) - transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"} -``` diff --git a/openmetadata-docs/content/partials/v1.9/how-to-guides/email.md b/openmetadata-docs/content/partials/v1.9/how-to-guides/email.md index 3f36ba34a16..8f8f62944ec 100644 --- a/openmetadata-docs/content/partials/v1.9/how-to-guides/email.md +++ b/openmetadata-docs/content/partials/v1.9/how-to-guides/email.md @@ -8,16 +8,3 @@ src="/images/v1.8/how-to-guides/admin-guide/email.webp" alt="Email Configuration" caption="Email Configuration" /%} - -``` -email: - emailingEntity: ${OM_EMAIL_ENTITY:-"OpenMetadata"} -> Company Name (Optional) - supportUrl: ${OM_SUPPORT_URL:-"https://slack.open-metadata.org"} -> SupportUrl (Optional) - enableSmtpServer : ${AUTHORIZER_ENABLE_SMTP:-false} -> True/False - senderMail: ${OPENMETADATA_SMTP_SENDER_MAIL} - serverEndpoint: ${SMTP_SERVER_ENDPOINT:-""} -> (Ex :- smtp.gmail.com) - serverPort: ${SMTP_SERVER_PORT:-""} -> (SSL/TLS port) - username: ${SMTP_SERVER_USERNAME:-""} -> (SMTP Server Username) - password: ${SMTP_SERVER_PWD:-""} -> (SMTP Server Password) - transportationStrategy: ${SMTP_SERVER_STRATEGY:-"SMTP_TLS"} -```