fix: Use SMTP server instead of gmail

The script was using gmail as SMTP server. Or the script uses
a custom SMTP one.
This commit is contained in:
kbe
2025-07-20 15:44:52 +02:00
parent be27046d6c
commit 28b8d57b27
4 changed files with 38 additions and 12 deletions

View File

@@ -1,14 +1,17 @@
# Configuration
CROSSFIT_USERNAME=Kevin8407
CROSSFIT_PASSWORD=9vx03OSE
# CrossFit booking credentials
CROSSFIT_USERNAME=your_username
CROSSFIT_PASSWORD=your_password
# Notification settings
ENABLE_EMAIL_NOTIFICATIONS=true
ENABLE_TELEGRAM_NOTIFICATIONS=false
EMAIL_FROM=no-reply@cyanet.fr
EMAIL_TO=kbataille@vivaldi.net
EMAIL_PASSWORD=BV3GzqHjsSx5A6TE
# Email notification credentials
SMTP_SERVER=mail.infomaniak.com
EMAIL_FROM=your_email
EMAIL_TO=recipient_email
EMAIL_PASSWORD=email_password
TELEGRAM_TOKEN=
TELEGRAM_CHAT_ID
# Telegram notification credentials
TELEGRAM_TOKEN=your_telegram_token
TELEGRAM_CHAT_ID=your_chat_id