initial commit

This commit is contained in:
smueller
2026-07-07 10:20:44 +02:00
commit f9a711766c
90 changed files with 14853 additions and 0 deletions

20
newsletter-config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"wiki_url": "https://www.thomas-krenn.com/de/wiki/Neueste_Artikel",
"article_limit": 5,
"article_fetch_limit": 10,
"period_mode": "current_month",
"smtp_host": "relay.thomas-krenn.com",
"smtp_port": 25,
"smtp_encryption": "tls",
"smtp_user": "",
"smtp_pass": "",
"from_email": "tk-wiki-feedback@thomas-krenn.com",
"from_name": "Wiki-Redaktion",
"recipient_email": "azillner@thomas-krenn.com",
"test_recipient_email": "azillner@thomas-krenn.com",
"subject": "Neue Wiki-Artikel Veröffentlichungen vom {MONAT} | Wiki-Redaktion",
"firstname": "zusammen",
"reply_to": "tk-wiki-feedback@thomas-krenn.com",
"unsubscribe_url": "#",
"cron_token": "bf1375b30974c1cbfffdfcf7d2cad8908de839c343a1c2fc"
}