1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-12-20 23:20:32 +00:00

Fixes from testrun

This commit is contained in:
Ozzie Isaacs 2024-07-10 19:45:53 +02:00
parent a2ceeb678f
commit 23d5463213
2 changed files with 3290 additions and 25775 deletions

View File

@ -119,9 +119,9 @@ def convert_book_format(book_id, calibre_path, old_book_format, new_book_format,
def send_test_mail(ereader_mail, user_name):
for email in ereader_mail.split(','):
email = email.strip()
WorkerThread.add(user_name, TaskEmail(_('Calibre-Web Test Email', None, None,
WorkerThread.add(user_name, TaskEmail(_('Calibre-Web Test Email'), None, None,
config.get_mail_settings(), email, N_("Test Email"),
_('This Email has been sent via Calibre-Web.'))))
_('This Email has been sent via Calibre-Web.')))
return

File diff suppressed because it is too large Load Diff