first commit

This commit is contained in:
Jack Cheang
2025-06-19 15:34:30 +08:00
commit cd91bcffda
5 changed files with 194 additions and 0 deletions

View 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