[Koha-bugs] [Bug 33360] SendQueuedMessages: Improve limit behavior and add domain limits

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 14 17:09:32 CEST 2023


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |In order to
      release notes|                            |control/throttle the volume
                   |                            |of mail messages sent by
                   |                            |Koha, this report makes the
                   |                            |limit parameter of
                   |                            |process_message_queue (and
                   |                            |associated routine in
                   |                            |Letters) look at the number
                   |                            |of messages actually sent,
                   |                            |not processed. It also adds
                   |                            |the possibility of delaying
                   |                            |messages to specified
                   |                            |domains according to limits
                   |                            |defined in koha-conf.xml
                   |                            |(see example section added
                   |                            |in this patch set). For
                   |                            |instance, you may define
                   |                            |that each minute only 30
                   |                            |messages are sent to
                   |                            |outlook.com or 50 messages
                   |                            |per hour to gmail.com, etc.
                   |                            |This will help in reducing
                   |                            |deferred or rejected mails
                   |                            |due to exceeding limits of
                   |                            |various email providers.

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


More information about the Koha-bugs mailing list