Add from_address to README config example

This commit is contained in:
Kacper Kwapisz
2026-03-23 13:51:12 +01:00
parent 4ca7032e30
commit a02b558654
+1
View File
@@ -35,6 +35,7 @@ accounts:
smtp_port: 587
smtp_username: you@gmail.com
smtp_password: your-app-password
from_address: you@customdomain.com # optional — override From: header (useful for iCloud with custom domains)
watch_folders:
- INBOX
```