Email Configuration¶
FilaOps can send transactional emails for password resets and notifications.
Environment Variables¶
Add to your .env file:
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your-email@gmail.com
SMTP_PASSWORD=your-app-password
SMTP_FROM=noreply@yourcompany.com
SMTP_TLS=true
Gmail Setup¶
- Enable 2-Factor Authentication on your Google account
- Generate an App Password: https://myaccount.google.com/apppasswords
- Use the App Password (not your regular password) for SMTP_PASSWORD
Disabling Email¶
If SMTP is not configured, FilaOps will: - Auto-approve password reset requests (development mode) - Log email content to console instead of sending