Arag / email_credentials.env.example
AuthorBot
Refactor admin API into service and repository layers.
d6061d6
Raw
History Blame Contribute Delete
1.2 kB
# ╔══════════════════════════════════════════════════════════════╗
# β•‘ >>> 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