From a02b558654c00a2bc0823bde8c3867da4ca59d0c Mon Sep 17 00:00:00 2001 From: Kacper Kwapisz Date: Mon, 23 Mar 2026 13:51:12 +0100 Subject: [PATCH] Add from_address to README config example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce1b900..644484b 100755 --- a/README.md +++ b/README.md @@ -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 ```