# ╔══════════════════════════════════════════════════════════════╗ # ║ >>> ENTER YOUR EMAIL CREDENTIALS HERE <<< ║ # ║ 1. Copy this file to: email_credentials.env ║ # ║ 2. Fill in GMAIL_USER and GMAIL_APP_PASSWORD below ║ # ║ 3. Restart the app ║ # ╚══════════════════════════════════════════════════════════════╝ # Your Gmail address (or Google Workspace email) GMAIL_USER=yourapp@gmail.com # Gmail App Password — NOT your regular Gmail password. # Create one at: https://myaccount.google.com/apppasswords # (Google Account → Security → 2-Step Verification → App passwords) GMAIL_APP_PASSWORD=REPLACE_WITH_16_CHAR_APP_PASSWORD # Optional: where publish-help requests are delivered (defaults to GMAIL_USER) # SUPPORT_EMAIL=support@yourdomain.com # Optional: sender display name shown in the inbox # EMAIL_FROM_NAME=AuthorBot