This is cli tool to send pdf files to your kindle.
$ sendle send linux.pdf
$ brew tap t-yng/sendle
$ brew install t-yng/sendle/sendle
Sendle uses gmail smtp server to send email to your kindle.
You need to set credentials for gmail smtp server and kindle info you will send pdf files.
Key | Default | Description |
---|---|---|
gmail_address | - | Your gmail address that will be used send email to kindles. |
google_application_password | - | Application password to certify smtp server. Please read below how to get your application password. Google App Passwords |
kindle_name | default | Kindle name to be managed by Sendle. Any Value is Ok. |
kindle_mail_address | - | Send-to-Kindle-email address. Please read below, how to get the mail address. Send to Kindle by E-mail |
$ sendle config
gmail_address: example@gmail.com
google_application_password: expfldodhykovwjf
kindle_name: paper_white
kindle_mail_address: example_K4HblsQ4@gmail.com
$ sendle send linux.pdf
$ cargo test