first commit
This commit is contained in:
8
email-smtp-tester/.env.example
Normal file
8
email-smtp-tester/.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user