[Koha-bugs] [Bug 30013] Limit/throttle/retry SMTP connections

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 20 16:11:02 CET 2023


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
How do we know what the error is? Koha::Email uses Email::Stuffer as a base
with uses Email::Sender::Simple which throws an Email::Sender::Failure
exception. If we know what the code for that is, we add a new 'retry' status,
and a 'retry_after' timestamp such that process_message_queue.pl will only
attempt to send retries after that timestamp.

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


More information about the Koha-bugs mailing list