birthday mail for each account

This commit is contained in:
2026-08-07 21:31:53 +02:00
parent b9c6c99120
commit 5e1a2b0b92
11 changed files with 131 additions and 80 deletions
-2
View File
@@ -20,7 +20,6 @@ services:
SMTP_PASSWORD: "${SMTP_PASSWORD}"
SMTP_USE_TLS: "${SMTP_USE_TLS:-true}"
MAIL_FROM: "${MAIL_FROM}"
MAIL_TO: "${MAIL_TO}"
MAIL_SEND_HOUR: "${MAIL_SEND_HOUR:-7}"
TIMEZONE: "${TIMEZONE:-Europe/Berlin}"
WEB_URL: "${WEB_URL:-}"
@@ -57,7 +56,6 @@ services:
SMTP_PASSWORD: "${SMTP_PASSWORD}"
SMTP_USE_TLS: "${SMTP_USE_TLS:-true}"
MAIL_FROM: "${MAIL_FROM}"
MAIL_TO: "${MAIL_TO}"
TIMEZONE: "${TIMEZONE:-Europe/Berlin}"
WEB_URL: "${WEB_URL:-}"
volumes: