feat: better handling of oversized mails, and add junk option
This commit is contained in:
parent
6de059dca7
commit
b7e4c8d6ac
4 changed files with 82 additions and 27 deletions
|
|
@ -23,6 +23,10 @@ context:
|
|||
polling:
|
||||
interval: "5m" # Examples: "30s", "1m", "1h"
|
||||
|
||||
processing:
|
||||
max_email_size_bytes: 102400 # Maximum email body size in bytes (100KB), 0 = no limit
|
||||
skip_junk_emails: false # Skip emails marked as junk/spam (not yet implemented)
|
||||
|
||||
logging:
|
||||
level: "info" # Options: "debug", "info", "warn", "error"
|
||||
file_path: "paraclub-ai-mailer.log"
|
||||
Loading…
Add table
Add a link
Reference in a new issue