# send-to-kindle > Sends EPUB and PDF files to Kindle device via email using Apple Mail.app on macOS. Use when the user wants to send documents to their Kindle, transfer reading materials, or email files to their Kindle address. - Author: Peerasak Unsakon - Repository: peerasak-u/peerasak-claude-marketplace - Version: 20260126110841 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/peerasak-u/peerasak-claude-marketplace - Web: https://mule.run/skillshub/@@peerasak-u/peerasak-claude-marketplace~send-to-kindle:20260126110841 --- --- name: send-to-kindle description: Sends EPUB and PDF files to Kindle device via email using Apple Mail.app on macOS. Use when the user wants to send documents to their Kindle, transfer reading materials, or email files to their Kindle address. --- # Send to Kindle Sends documents to Kindle via email using the `@peerasak-u/send-to-kindle` CLI. ## Quick Reference ### Run commands ```bash bunx @peerasak-u/send-to-kindle [options] ``` | Option | Required | Description | |--------|----------|-------------| | `--to ` | Yes | Recipient Kindle email address | | `--from ` | Yes | Sender email address (approved in Amazon) | | `--file ` | Yes | Path to file to attach (EPUB, PDF, etc.) | | `--subject ` | No | Email subject (default: "Daily News") | | `--message ` | No | Email body message | | `--help` | No | Show help message | **Full command details**: See [references/COMMANDS.md](references/COMMANDS.md) ## Common Workflows ### Send an EPUB to Kindle ```bash bunx @peerasak-u/send-to-kindle \ --to=your-kindle@kindle.com \ --from=your-email@gmail.com \ --file=/path/to/book.epub ``` ### Send with custom subject and message ```bash bunx @peerasak-u/send-to-kindle \ --to=your-kindle@kindle.com \ --from=your-email@gmail.com \ --file=/path/to/document.pdf \ --subject="Monthly Report" \ --message="Enjoy reading!" ``` ## Requirements - macOS (uses Apple Mail.app via JXA) - Kindle email address (configured in Amazon account) - Approved sender email in Amazon's "Approved Personal Document E-mail List" - Apple Mail.app configured and working