10 lines
274 B
Plaintext
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
|