15 lines
392 B
Plaintext
15 lines
392 B
Plaintext
# Email Configuration
|
|
SMTP_SERVER=smtp.gmail.com
|
|
SMTP_PORT=587
|
|
EMAIL_USERNAME=your-email@gmail.com
|
|
EMAIL_PASSWORD=your-app-password
|
|
EMAIL_FROM=your-email@gmail.com
|
|
EMAIL_TO=recipient@example.com
|
|
|
|
# Email Security (optional)
|
|
# Options: none, ssl, tls, starttls
|
|
EMAIL_SECURITY=starttls
|
|
|
|
# Optional: Multiple recipients (comma-separated)
|
|
# EMAIL_TO=recipient1@example.com,recipient2@example.com
|