-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only last e-mail address is saved when specifying multiple e-reader mail addresses in user settings #3130
Comments
i am running on docker as well from "ghcr.io/linuxserver/calibre-web", tested this on 0.6.23 and i have the exact same behavior that you described |
I'll have a look at it |
i'm running on docker, also the same issue |
…iple e-reader mail addresses in user settings)
Please check the newest nightly version |
Thank you very much, it works perfectly. It would be nice to have an option for which email a book should be sent to instead of always sending it to all. |
+1 on this, I have a separate request for that feature here #3027 (comment) |
confirmed. works like a charm. |
apologize. Sorry! |
Describe the bug/problem
Since 0.6.23 it is possible to specify multiple e-mail addresses in user settings to be able to send an e-book to multiple e-readers at once. The issue is, that once you specify more than one e-reader address in the user settings only the last specified address is saved.
It is not an UI issue, as a book is only sent so the last address saved.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
--> After click on "Save" all specified e-mail addresses are shown in section: "Send to eReader Email Address"
2)Select a random book in the library, and click "Send book to eReader" on the book details page
--> the book will be sent to all specified ereader addresses (step 2 in "To Reproduce")
Experienced behavior
--> After click on "Save" only the last of the specified e-mail addresses is shown in section: "Send to eReader Email Address"
--> the book will be sent only to the last specified ereader address
Logfile
both the calibre-web and the access log files start after changing to logging mode=DEBUG
access.log:
calibre-web.log:
Screenshots
Version:
Specified mail addresses ((just examples, doesn't work with real addresses either)
After click on "Save":
Environment (please complete the following information):
Calibre-web Docker image: https://github.com/linuxserver/docker-calibre-web/releases
Host: Debian 12.6 (stable)
Additional context
Please see also #3027 (comment)
@ocangelo: as you experience the same behaviour - could you tell us your environment? do you run it natively or in a docker as well?
The text was updated successfully, but these errors were encountered: