[Koha-bugs] [Bug 29330] Koha cannot send emails with attachments using Koha::Email and message_queue table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 4 19:17:14 CET 2021


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

--- Comment #14 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Maybe a solution could then be to change the email to be send directly then
instead of via the message queue?

The overdue_notices.pl script creates an email with attached overdue messages
to be sent to the library when a user should receive an overdue notice, but has
no email address.

How I would test:

* You'll need a patron without email address with overdues.
* Notice triggers where one or more of the delays match the overdue item.
* Run the overdue_notices.pl with -t (use triggers)
* You don't need to set up fines.

I believe the code is all in the (very long) overdue_notices.pl.

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


More information about the Koha-bugs mailing list