commit be25f088f4be3176b6d10a7369c1f1a11e5a57e8 from: Thomas Böhler date: Sat Dec 16 07:43:49 2023 UTC doc: Add example configuration to rss-email.5 Signed-off-by: Thomas Böhler commit - 75e6024f1284d9dc9f6b5ed1cef653cbc6b69a6b commit + be25f088f4be3176b6d10a7369c1f1a11e5a57e8 blob - a8b0205620f0b07444048622e9656544737de51a blob + 6b8831e1430e7e4d7479321ca8a1bed00b186716 --- docs/rss-email.5.scd +++ docs/rss-email.5.scd @@ -58,6 +58,20 @@ The URLs file is a list of URLs with RSS/Atom feeds se Comments are supported only at the beginning of a line and are specified with *#*. If a line starts with the comment character it will be ignored completely. +# EXAMPLE + +``` +[mail] +to = "receiver " +from = "sender " + +[smtp] +user = "user" +password = "password" +server = "server" +port = 25 +``` + # CONFORMING TO https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html