diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-09 13:25:19 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-09 13:25:19 +0100 |
commit | 28df70c8969ecc31c3a11a2071c59c4c90f9d488 (patch) | |
tree | 11f41adb581faff96dc8bcf9ea5c75d3904fa401 /config.yml.example | |
parent | 0384d631d2edb8383d0840940be066d96a5badc7 (diff) | |
download | feed2imap-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.example | 4 |
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 |