This project uses SMTP with a Gmail App Password (no OAuth).
- Go to your Google Account → Security
- Enable 2‑Step Verification if it isn’t already enabled
- In Security → App passwords
- Select app: Mail
- Select device: Other (custom name) and name it (e.g., “Tech Loser Bot”)
- Copy the generated app password
Set these values:
SMTP_USER=your_email@gmail.com
SMTP_PASSWORD=your_app_password_here
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USE_TLS=true
python3 main.py- Double‑check the app password (no spaces)
- Ensure 2‑Step Verification is enabled