initial commit

This commit is contained in:
2026-08-04 21:02:28 +02:00
parent fc1bbe2a85
commit d14690c525
27 changed files with 1810 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
set -e
cd /app
echo "$(date -Is) - Mailer-Lauf gestartet"
python3 /app/mailer.py
echo "$(date -Is) - Mailer-Lauf beendet"