# Email Configuration
EMAIL_MODE=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_ENCRYPTION=tls
MAIL_USERNAME=s26118152@gmail.com
MAIL_PASSWORD=your-app-password

MAIL_FROM_EMAIL=s26118152@gmail.com
MAIL_FROM_NAME=Advanced Mobile Info System

# For Gmail, you need to:
# 1. Enable 2-Factor Authentication
# 2. Generate an App Password: https://myaccount.google.com/apppasswords
# 3. Use that App Password in MAIL_PASSWORD (16 character password without spaces)
