From 07e4db01db1e884a22989a09f26d81255ed60b35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Nov 2024 14:11:52 +0000 Subject: [PATCH] Deployed 11561b4 to master with MkDocs 1.6.1 and mike 2.1.3 --- master/notifiers/smtp/index.html | 50 ++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/master/notifiers/smtp/index.html b/master/notifiers/smtp/index.html index 0187f05..731abb5 100644 --- a/master/notifiers/smtp/index.html +++ b/master/notifiers/smtp/index.html @@ -398,6 +398,24 @@ + + +
  • + + + Use implicit TLS + + + +
  • + +
  • + + + Use STARTTLS / explicit TLS + + +
  • @@ -693,6 +711,24 @@ +
  • + +
  • + + + Use implicit TLS + + + +
  • + +
  • + + + Use STARTTLS / explicit TLS + + +
  • @@ -750,8 +786,8 @@

    Available Settings:

    SMTP_PORT number? -25 / 465 -Uses default ports depending on SMTP_USETLS +25 / 465 / 587 +Uses default ports depending on SMTP_USETLS and SMTP_USERNAME SMTP_USERNAME @@ -769,7 +805,7 @@

    Available Settings:

    SMTP_USETLS boolean? false -Uses a secure connection to the mailserver if set +See Use implicit TLS and Use STARTTLS SMTP_FROM @@ -799,6 +835,14 @@

    Example

  • set automatically because of SMTP_USETLS
  • If unset wont authenticate to the mailserver
  • +

    Use implicit TLS

    +

    If you want to use an implicit TLS connection to your SMTP server, you can set the SMTP_USETLS variable and set +SMTP_USERNAME and SMTP_PASSWORD variables.

    +

    SMTP_PORT will default to 465.

    +

    Use STARTTLS / explicit TLS

    +

    If you want to use an explicit TLS connection using the STARTTLS command, you can leave SMTP_USETLS unset and set +the SMTP_USERNAME and SMTP_PASSWORD variables.

    +

    SMTP_PORT will default to 587 in this case.

    Setup GMail as your SMTP Server

    If you don't have a SMTP Server handy that you can use to send your notifications, using the GMail SMTP server may be a handy alternative for small setups. For this you need to setup the service as follows: