You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.smtp.markdown
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Configuration variables:
31
31
- **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`.
32
32
- **server** (*Optional*): SMTP server which is used to end the notifications. Defaults to `localhost`.
33
33
- **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.
34
35
- **sender** (*Optional*): E-mail address of the sender.
35
36
- **username** (*Optional*): Username for the SMTP account.
36
37
- **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.
0 commit comments