diff options
| author | grunfink <grunfink@comam.es> | 2025-04-27 05:50:01 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-04-27 05:50:01 +0200 |
| commit | 08dc4290df40aab309470ad06e0f8f751b26db86 (patch) | |
| tree | b8b67d0c2e44283aa06537512feccbfe15955f73 /doc | |
| parent | c1eb1cba46272f03f200ee385f4982730324c82d (diff) | |
Updated documentation.
Diffstat (limited to 'doc')
| -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). .It Ic enable_svg Since version 2.73, SVG image attachments are hidden by default; you can enable them by setting this value to true. +.It Ic smtp_url +The SMTP url to be used for sending email notifications. It's smtp://localhost by default, +expecting a fully configured SMTP server running on the same host. It may include a port +number, like in smtp://mail.example.com:487. +.It Ic smtp_user +.It Ic smtp_password +To be filled if the SMTP server defined by the previous directive needs credentials. .El .Pp You must restart the server to make effective these changes. |