From c0e161de23ac74277672f658245d24a7649e01d1 Mon Sep 17 00:00:00 2001 From: Xubin Ren Date: Mon, 6 Apr 2026 07:07:27 +0000 Subject: [PATCH] docs: add attachment example to email config JSON Made-with: Cursor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acec0642b..06218b1a4 100644 --- a/README.md +++ b/README.md @@ -740,7 +740,8 @@ Give nanobot its own email account. It polls **IMAP** for incoming mail and repl "smtpUsername": "my-nanobot@gmail.com", "smtpPassword": "your-app-password", "fromAddress": "my-nanobot@gmail.com", - "allowFrom": ["your-real-email@gmail.com"] + "allowFrom": ["your-real-email@gmail.com"], + "allowedAttachmentTypes": ["application/pdf", "image/*"] } } }