[Koha] Overdue notices and email

Paul Dokken paul.dokken at jaars.org
Thu May 22 01:53:07 NZST 2025


How can I change the display name for the email that I use to send email
via a gmail smtp server in Koha?

How can I send out a PREDUE notification?  I see there is an
advanced_notices.pl and an overdue_notices.pl.  I see where to configure
the overdue notices in the staff site but not advanced.  Also I have the
following code that does not seem to work to display the items.  I have set
up a patron with multiple overdue items setup for testing.  The notice is
called ODUE1 and I have a delay=1

Dear [% borrower.firstname %] [% borrower.surname %],

This is a friendly reminder that you have items that are overdue.  You can
go to https://library.jaars.org to see the list and renew them if you like

[% IF items.size %]
  [% FOREACH item IN items %]
    - Title: [% item.title %]
    - Due: [% item.date_due %]
  [% END %]
[% ELSE %]
  (No items were found.)
[% END %]

-- 

*Paul Dokken*
Information and Digital Technology
System Administrator

PO Box 248, Waxhaw, NC 28173  |  jaars.org

(c) 803.235.6861  |  paul.dokken at jaars.org

JUNGLE AVIATION AND RELAY SERVICE

At JAARS, we commit to: Seek God Above All | Serve in Love | Act with
Integrity | Steward God's Resources with Courage | Pursue Excellence |
Collaborate with Respect | Create a Culture of Innovation


More information about the Koha mailing list