Skip to content

Commit 85a36e4

Browse files
hawk259fabaff
authored andcommitted
Add docs for new notify smtp timeout param (home-assistant#2258)
1 parent 9cfa274 commit 85a36e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/notify.smtp.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Configuration variables:
3131
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
3232
- **server** (*Optional*): SMTP server which is used to end the notifications. Defaults to `localhost`.
3333
- **port** (*Optional*): The port that the SMTP server is using. Defaults to 25.
34+
- **timeout** (*Optional*): The timeout in seconds that the SMTP server is using. Defaults to 5.
3435
- **sender** (*Optional*): E-mail address of the sender.
3536
- **username** (*Optional*): Username for the SMTP account.
3637
- **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.
@@ -47,6 +48,7 @@ notify:
4748
platform: smtp
4849
server: smtp.gmail.com
4950
port: 587
51+
timeout: 15
5052
sender: john@gmail.com
5153
starttls: true
5254
username: john@gmail.com

0 commit comments

Comments
 (0)