Files
general-support-template/.env.example
2026-01-16 12:50:58 -05:00

10 lines
202 B
Plaintext

# Site Configuration
SITE_TITLE=Support
# SMTP Configuration
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=your-email@example.com
SMTP_PASSWORD=your-smtp-password
SMTP_FROM=your-email@example.com