[Koha-bugs] [Bug 29330] Koha cannot send emails with attachments

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 29 03:28:07 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29330

--- Comment #6 from David Cook <dcook at prosentient.com.au> ---
(In reply to Katrin Fischer from comment #5)
> David, does this mean you have a solution for the overdues without email
> that are sent to the library? Other mails with attachements that come to
> mind are cart and list with their attached MARC files.

It's still in progress but I think we'll just use one of the output options
like -csv and send it as an email attachment outside of Koha. Then I'll just
patch the overdues script not to send the broken email on a per branch basis.
(Fixing it in core Koha seems like way too much work at the moment.)

It would be worth reviewing how this emails are sent, although they don't use
the message_queue, so they're probably OK. They probably still use MIME::Lite
instead of Koha::Email. I'll update the bug description to be more precise in
any case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list