Files
tester-tools/email-smtp-tester/.env.example
Jack Cheang cd91bcffda first commit
2025-06-19 15:34:30 +08:00

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