-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathrss2newsletter.conf
More file actions
33 lines (23 loc) · 851 Bytes
/
Copy pathrss2newsletter.conf
File metadata and controls
33 lines (23 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[FEED]
# Full URL to your website's feed
URL = https://elliotonsecurity.com/atom.xml
# How often to check for new feed entries in seconds
POLL_INTERVAL = 300
# rss2newsletter uses this file to keep track of new feed entries
PROCESSED_ENTRIES_FILE = processed_entries.txt
[LISTMONK]
# Full URL to listmonk server
URL = http://localhost:9000
# Credentials
USERNAME = ElliotKillick
PASSWORD = YOUR_PASSWORD
# The ID of your "rss2newsletter" list (create this list in listmonk)
LIST_ID = 1
# Use this for testing, campaigns will be created but no emails will be sent out (one is true, zero is false)
DRY_RUN = 1
[NEWSLETTER]
# The template for styling your emails
TEMPLATE_FILE = newsletter_template.html
# Customize your email subject line
# rss2newsletter replaces TITLE_HERE for the new article's title
SUBJECT_LINE = New Article: TITLE_HERE