diff --git a/source/_components/notify.smtp.markdown b/source/_components/notify.smtp.markdown index 308044ad2e1..d47604532ee 100644 --- a/source/_components/notify.smtp.markdown +++ b/source/_components/notify.smtp.markdown @@ -25,7 +25,7 @@ notify: server: MAIL_SERVER port: YOUR_SMTP_PORT sender: SENDER_EMAIL_ADDRESS - starttls: 1 or 0 + starttls: true or false username: YOUR_SMTP_USERNAME password: YOUR_SMTP_PASSWORD recipient: YOUR_RECIPIENT @@ -40,7 +40,8 @@ Configuration variables: - **username** (*Optional*): Username for the SMTP account. - **password** (*Optional*): Password for the SMTP server that belongs to the given username. If the password contains a colon it need to be wrapped in apostrophes. - **recipient** (*Required*): Recipient of the notification. -- **starttls** (*Optional*): Enables STARTTLS, eg. 1 or 0. Defaults to 0. +- **starttls** (*Optional*): Enables STARTTLS, eg. True or False. Defaults to False. +- **debug** (*Optional*): Enables Debug, eg. True or False. Defaults to False. To use the SMTP notification, refer to it in an automation or script like in this example: