Skip to content

Commit 20d259d

Browse files
authored
Update notify.smtp.markdown
1 parent e3a51b4 commit 20d259d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/_components/notify.smtp.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ notify:
2525
server: MAIL_SERVER
2626
port: YOUR_SMTP_PORT
2727
sender: SENDER_EMAIL_ADDRESS
28-
starttls: 1 or 0
28+
starttls: true or false
2929
username: YOUR_SMTP_USERNAME
3030
password: YOUR_SMTP_PASSWORD
3131
recipient: YOUR_RECIPIENT
@@ -40,7 +40,8 @@ Configuration variables:
4040
- **username** (*Optional*): Username for the SMTP account.
4141
- **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.
4242
- **recipient** (*Required*): Recipient of the notification.
43-
- **starttls** (*Optional*): Enables STARTTLS, eg. 1 or 0. Defaults to 0.
43+
- **starttls** (*Optional*): Enables STARTTLS, eg. True or False. Defaults to False.
44+
- **debug** (*Optional*): Enables Debug, eg. True or False. Defaults to False.
4445

4546
To use the SMTP notification, refer to it in an automation or script like in this example:
4647

0 commit comments

Comments
 (0)