docs: add attachment example to email config JSON
Made-with: Cursor
This commit is contained in:
@@ -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/*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user