Created
July 12, 2019 16:40
-
-
Save Riduidel/f516b0959abffd4d7e7304b94a645da2 to your computer and use it in GitHub Desktop.
rrss2imap.email.enveloppe.jinja2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MIME-Version: 1.0 | |
| User-Agent: rss2email | |
| Content-Transfer-Encoding: base64 | |
| To: {{to}} | |
| Subject: {{title}} | |
| Date: {{date}} | |
| Content-Type: text/html; charset="{{charset}}" | |
| {% for l in links %}X-RSS-Feed: {{l}}{%- endfor %} | |
| {% for a in from %}From: {{a}}{%- endfor %} | |
| {{message_body}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment