diff options
| -rw-r--r-- | doc/snac.8 | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -267,6 +267,13 @@ The maximum number of attachments per post (default: 4). | |||
| 267 | .It Ic enable_svg | 267 | .It Ic enable_svg |
| 268 | Since version 2.73, SVG image attachments are hidden by default; you can enable | 268 | Since version 2.73, SVG image attachments are hidden by default; you can enable |
| 269 | them by setting this value to true. | 269 | them by setting this value to true. |
| 270 | .It Ic smtp_url | ||
| 271 | The SMTP url to be used for sending email notifications. It's smtp://localhost by default, | ||
| 272 | expecting a fully configured SMTP server running on the same host. It may include a port | ||
| 273 | number, like in smtp://mail.example.com:487. | ||
| 274 | .It Ic smtp_user | ||
| 275 | .It Ic smtp_password | ||
| 276 | To be filled if the SMTP server defined by the previous directive needs credentials. | ||
| 270 | .El | 277 | .El |
| 271 | .Pp | 278 | .Pp |
| 272 | You must restart the server to make effective these changes. | 279 | You must restart the server to make effective these changes. |