Files
timebank-cc-public/scripts/mail-real.env.example
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

10 lines
274 B
Plaintext

# Real SMTP server settings
# Update these values when the production SMTP server details change
MAIL_MAILER=smtp
MAIL_HOST=your-smtp-server.com
MAIL_PORT=587
MAIL_USERNAME=your-username
MAIL_PASSWORD=your-password
MAIL_ENCRYPTION=tls
MAIL_BOUNCE_ADDRESS=bounces@domain.org