From 50b82bfc3cb4f9a15a6a98f9e572a0d4b6724bab Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 27 May 2022 00:08:12 -0700 Subject: [PATCH] document verify_ssl for IMAP/SMTP (#22901) --- source/_integrations/imap_email_content.markdown | 5 +++++ source/_integrations/smtp.markdown | 15 ++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/source/_integrations/imap_email_content.markdown b/source/_integrations/imap_email_content.markdown index 2c42987ec5d..d47f05e5d8c 100644 --- a/source/_integrations/imap_email_content.markdown +++ b/source/_integrations/imap_email_content.markdown @@ -74,6 +74,11 @@ value_template: description: The subject of the email.git. date: description: The date and time the email was sent. +verify_ssl: + description: If the SSL certificate of the server needs to be verified. + required: false + type: boolean + default: true {% endconfiguration %} ## Example - keyword spotting diff --git a/source/_integrations/smtp.markdown b/source/_integrations/smtp.markdown index f9e5f1391cf..53c9abcd126 100644 --- a/source/_integrations/smtp.markdown +++ b/source/_integrations/smtp.markdown @@ -44,9 +44,9 @@ server: description: SMTP server which is used to send the notifications. required: false type: string - default: localhost + default: localhost port: - description: The port that the SMTP server is using. + description: The port that the SMTP server is using. required: false type: integer default: 587 @@ -72,11 +72,16 @@ sender_name: description: "Sets a custom 'sender name' in the emails headers (*From*: Custom name )." required: false type: string -debug: +debug: description: Enables Debug, e.g., `true` or `false`. required: false type: boolean default: false +verify_ssl: + description: If the SSL certificate of the server needs to be verified. + required: false + type: boolean + default: true {% endconfiguration %} ### Usage @@ -175,8 +180,8 @@ To learn more about how to use notifications in your automations, please see the ## Specific E-Mail Provider Configuration -Check below some configurations examples for specific e-mail providers. -If you are in doubt about the SMTP settings required, check your e-mail provider configuration or help pages for more information about its specific SMTP configuration. +Check below some configurations examples for specific e-mail providers. +If you are in doubt about the SMTP settings required, check your e-mail provider configuration or help pages for more information about its specific SMTP configuration. ### Google Mail