9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
# SMTP Configuration
|
|
SMTP_SERVER=smtp.example.com
|
|
SMTP_PORT=587
|
|
SMTP_USERNAME=your_username@example.com
|
|
SMTP_PASSWORD=your_password
|
|
SMTP_FROM=your_email@example.com
|
|
SMTP_TO=recipient@example.com
|
|
SMTP_USE_TLS=True
|