Add blocked_recipients per account to prevent sending to specific addresses

This commit is contained in:
Kacper Kwapisz
2026-03-23 08:52:59 +01:00
parent 0323eb1f7f
commit 518aeda901
2 changed files with 18 additions and 1 deletions
+5 -1
View File
@@ -21,7 +21,7 @@ accounts:
watch_folders:
- INBOX
# Full — separate SMTP settings (only if different from IMAP)
# Full — separate SMTP settings, send restrictions
# - id: work
# imap_host: imap.example.com
# imap_port: 993
@@ -31,5 +31,9 @@ accounts:
# smtp_port: 587
# smtp_username: "you@example.com"
# smtp_password: "smtp-password"
# allow_send: true
# blocked_recipients: # agent cannot send to these addresses
# - "ceo@company.com"
# - "all-staff@company.com"
# watch_folders:
# - INBOX