# ── Yahoo Mail ─────────────────────────────────────────────────────────────── # Generate an App Password at: https://myaccount.yahoo.com/security → App passwords YAHOO_EMAIL=you@yahoo.com YAHOO_APP_PASSWORD=xxxx xxxx xxxx xxxx # ── Optional: Custom IMAP/SMTP Server ──────────────────────────────────────── # Uncomment and configure these if you want to use a second email account # CUSTOM_EMAIL=you@yourdomain.com # CUSTOM_PASSWORD=yourpassword # CUSTOM_IMAP_HOST=mail.yourdomain.com # CUSTOM_IMAP_PORT=993 # CUSTOM_SMTP_HOST=mail.yourdomain.com # CUSTOM_SMTP_PORT=587 # ── Server ─────────────────────────────────────────────────────────────────── PORT=3456