initial commit
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user