aboutsummaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-09 13:25:19 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-09 13:25:19 +0100
commit28df70c8969ecc31c3a11a2071c59c4c90f9d488 (patch)
tree11f41adb581faff96dc8bcf9ea5c75d3904fa401 /config.yml.example
parent0384d631d2edb8383d0840940be066d96a5badc7 (diff)
downloadfeed2imap-go-28df70c8969ecc31c3a11a2071c59c4c90f9d488.tar.gz
feed2imap-go-28df70c8969ecc31c3a11a2071c59c4c90f9d488.tar.bz2
feed2imap-go-28df70c8969ecc31c3a11a2071c59c4c90f9d488.zip
#66: Documentation
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 136d890..90e5370 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -36,6 +36,10 @@ max-failures: 10
# Parts to generate in the resulting emails.
# Valid parts are "text" and "html"
parts: ["text", "html"]
+# Overwrite the default template for text/html.
+# See https://github.com/Necoro/feed2imap-go/wiki/Detailed-Options for more information.
+html-template: html.tpl
+text-template: text.tpl
# Email-Address to use in 'From' and 'To' when not specified in feed.
# Default uses 'current user'@hostname
default-email: username@hostname