botserver/src/core/config
Rodrigo Rodriguez (Pragmatismo) 1dc11c9b4e
Some checks failed
BotServer CI/CD / build (push) Failing after 17s
refactor: unify email sending to use EmailService + Vault, remove Gmail hardcoded defaults
- Replace gmail defaults with Vault-backed get_email_config_for_bot_sync
- send_campaign_email now delegates to EmailService::send_email
- Remove hardcoded smtp.gmail.com, imap.gmail.com, noreply@generalbots.com
- All SMTP config flows through Vault: bot → default bot → system
- Remove unused lettre imports from marketing/email.rs
2026-04-04 22:16:20 -03:00
..
mod.rs refactor: unify email sending to use EmailService + Vault, remove Gmail hardcoded defaults 2026-04-04 22:16:20 -03:00
model_routing_config.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
sse_config.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
user_memory_config.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
watcher.rs refactor: apply various fixes across botserver 2026-03-10 15:15:21 -03:00