docs: add attachment example to email config JSON

Made-with: Cursor
This commit is contained in:
Xubin Ren 2026-04-06 07:07:27 +00:00 committed by Xubin Ren
parent b98a0aabfc
commit c0e161de23

View File

@ -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/*"]
}
}
}