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
+3-3
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@ Configuration variables:
32
32
- **sender** (*Required*): E-mail address of the sender.
33
33
- **recipient** (*Required*): E-mail address of the recipient of the notification. This can be a recipient address or a list of addresses for multiple recipients.
34
34
- **server** (*Optional*): SMTP server which is used to end the notifications. Defaults to `localhost`.
35
-
- **port** (*Optional*): The port that the SMTP server is using. Defaults to 25.
35
+
- **port** (*Optional*): The port that the SMTP server is using. Defaults to 465.
36
36
- **timeout** (*Optional*): The timeout in seconds that the SMTP server is using. Defaults to 5.
37
37
- **username** (*Optional*): Username for the SMTP account.
38
38
- **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.
39
-
- **starttls** (*Optional*): Enables STARTTLS, eg. True or False. Defaults to False.
39
+
- **encryption** (*Optional*): Set mode for encryption, `tls`, `starttls` or `none`. Defaults to `tls`.
40
40
- **sender_name** (*Optional*): Sets a custom 'sender name' in the emails headers (*From*: Custom name <example@mail.com>).
41
41
- **debug** (*Optional*): Enables Debug, eg. True or False. Defaults to False.
0 commit comments