
: Send periodicals via email I have same RSS feeds, that I would like to read them via periodicals menu. I can create a .mobi file as need format for periodicals and send it to Kindle PW2
I have same RSS feeds, that I would like to read them via periodicals menu. I can create a .mobi file as need format for periodicals and send it to Kindle PW2 with usb cable or download it from a remote web server, it goes to periodicals menu as I need, but if I send same file it with email to kindle, it goes Docs. So how can I send file to periodicals with email way ?
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Sherry

: SDK to create adobe id Does anybody know how to create adobe ids from some api or sdk? I have been looking for a while but I did not found anything yet

: Is there any e-ink technology that can display colors? I had opportunity to buy a Kindle Paperwhite and I was looking for an equivalent which support colors. Amazon have the Kindle Fire but
2 Comments
Sorted by latest first Latest Oldest Best
No, this is impossible.
Since the Kindle email service converts everything to a personal document, you must USB sideload in order to retain the periodical tag.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
Calibre can send mails for you. I'd recommend to check the fine documentation:
manual.calibre-ebook.com/gui.html#connect-share http://manual.calibre-ebook.com/faq.html#i-cannot-send-emails-using-app
And a forum post about handling it: www.mobileread.com/forums/showthread.php?t=213166
Update: and I'd recommend to check the source file for the recipe which is not working properly. It might not has the proper setting for the magazine type in it:
publication_type = 'magazine'
Another option to this is using the CLI tools of Calibre with a CLI mail client, e.g. from a shell script (if you are on *nix OS, like:
#!/bin/bash
/path/to/ebook-convert /path/to/NEWSPAPER.recipe /path/to/OUTPUT.mobi &&
nail -a /path/to/OUTPUT.mobi -s WHATEVER <<<""
(I'm using this above solution myself.)
Free books android app tbrJar TBR JAR Read Free books online gutenberg