diff options
| author | Oliver <zen@noreply.codeberg.org> | 2025-05-21 21:11:47 +0200 |
|---|---|---|
| committer | Oliver <zen@noreply.codeberg.org> | 2025-05-21 21:11:47 +0200 |
| commit | 979718e3cc5489efdce2acc6f8c86f6d00bb91c7 (patch) | |
| tree | 7b4936bdb5ea07c7dd617d508c487d70020f0146 /doc/snac.8 | |
| parent | 1b0804bb0da0ef89aef98d9a771d2aa5bfeb34d7 (diff) | |
| parent | 5059fadf34b79a9f596313b0bd859c1eb89342ae (diff) | |
Merge pull request 'master refresh' (#8) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/zen/snac2/pulls/8
Diffstat (limited to 'doc/snac.8')
| -rw-r--r-- | doc/snac.8 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -267,6 +267,16 @@ 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 +Since version 2.76, email notifications can be sent via direct connection to an +SMTP server instead of the traditional behaviour of piping the message to +.Pa /usr/sbin/sendmail . +Set this value to the SMTP url to be used for sending email notifications +(for example, smtp://localhost). It may include a port number if it's not running on +the usual one, like in smtp://mail.example.com:587. +.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. |