mikespub-org / rvolz-BicBucStriim

BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.
Other
23 stars 2 forks source link

Feature Request - send epub to kindle #2

Closed kmorber closed 10 months ago

kmorber commented 10 months ago

Hello,

will it be possible to send epub files to kindle?

BR

Karsten

mikespub commented 10 months ago

That should already be supported when you specify an e-mail address in /admin/configuration/, thanks to https://github.com/mikespub-org/rvolz-BicBucStriim/pull/1 It's included in release 1.6.6 and later

If it doesn't work, please post the complete error message in here so I can find out what happened...

kmorber commented 10 months ago

Perfect, Thank you!!

mikespub commented 10 months ago

Oops, please be aware: sometime between 1.6.6 and 1.7.2 I messed up the e-mail validation check: https://github.com/mikespub-org/rvolz-BicBucStriim/blob/0d27cf80b618498695750e55446430468fecb9ee/src/Actions/admin.php#L437

This should read:

        } elseif (!Utilities::isEMailValid($req_configs[KINDLE_FROM_EMAIL])) {

with a ! at the beginning of the elseif (...) part: elseif (!...)