Initial commit
This commit is contained in:
9
scripts/mail-real.env.example
Normal file
9
scripts/mail-real.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user