Update BREVO SMTP configuration in env example
Set BREVO_SMTP_USER to the correct login email (9faa1f001@smtp-brevo.com). Keep BREVO_SMTP_KEY as placeholder in .env.example; real credentials are stored only in .env (gitignored). Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ OPENROUTER_SITE_NAME=Tech Newsletter
|
||||
# =============================================================================
|
||||
BREVO_SMTP_HOST=smtp-relay.brevo.com
|
||||
BREVO_SMTP_PORT=587
|
||||
BREVO_SMTP_USER=your-brevo-login-email
|
||||
BREVO_SMTP_USER=9faa1f001@smtp-brevo.com
|
||||
BREVO_SMTP_KEY=your-brevo-smtp-api-key
|
||||
EMAIL_FROM_ADDRESS=newsletter@yourdomain.com
|
||||
EMAIL_FROM_NAME=Daily Tech Digest
|
||||
|
||||
Reference in New Issue
Block a user