mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-05 09:15:58 +00:00
docs: add attachment example to email config JSON
Made-with: Cursor
This commit is contained in:
parent
b98a0aabfc
commit
c0e161de23
@ -740,7 +740,8 @@ Give nanobot its own email account. It polls **IMAP** for incoming mail and repl
|
|||||||
"smtpUsername": "my-nanobot@gmail.com",
|
"smtpUsername": "my-nanobot@gmail.com",
|
||||||
"smtpPassword": "your-app-password",
|
"smtpPassword": "your-app-password",
|
||||||
"fromAddress": "my-nanobot@gmail.com",
|
"fromAddress": "my-nanobot@gmail.com",
|
||||||
"allowFrom": ["your-real-email@gmail.com"]
|
"allowFrom": ["your-real-email@gmail.com"],
|
||||||
|
"allowedAttachmentTypes": ["application/pdf", "image/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user