In the beginning Kindle didn't support .epub, so functionality was added to force all emails to kindle as .mobi.
Than in #84 - it was noted that Kindle now supports .epub and will be deprecating support for .mobi. As a result I switched the logic to send all kindle requests as .epub.
There's now reports though that people are getting errors sending files via .epub and need .mobi 🤔.
To fix this and allow people to choose either, I'm removing the logic.
Context
In the beginning Kindle didn't support
.epub
, so functionality was added to force all emails to kindle as.mobi
.Than in #84 - it was noted that Kindle now supports
.epub
and will be deprecating support for.mobi
. As a result I switched the logic to send all kindle requests as.epub
.There's now reports though that people are getting errors sending files via
.epub
and need.mobi
🤔.To fix this and allow people to choose either, I'm removing the logic.