commit d33891bab58d50f469dc79d9182f079fcb8bd026
parent be796d6172b8224a73a740bcd1f08ad8aa1d8c37
Author: grunfink <grunfink@comam.es>
Date: Mon, 28 Apr 2025 06:16:12 +0200
Updated documentation.
Diffstat:
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/doc/snac.8 b/doc/snac.8
@@ -267,15 +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 spawn_sendmail
-Since version 2.76, email notifications are sent via direct SMTP connection instead
-of spawning
-.Pa /usr/sbin/sendmail
-on each message. By setting this to true, classic behaviour can be restored.
.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 if it's not running on the usual one, like in smtp://mail.example.com:587.
+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.