amazon_invoice_downloader/examples/.env.example

9 lines
272 B
Text

# Optional SMTP/notification settings for docker compose
NOTIFY_EMAIL=stefan.heyn@googlemail.com
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=YOUR_SMTP_USER
SMTP_PASSWORD=YOUR_SMTP_APP_PASSWORD
SMTP_FROM=stefan.heyn@googlemail.com
SMTP_STARTTLS=true
SMTP_SSL=false