[Koha-bugs] [Bug 33964] Use Email::Sender::Transport::SMTP::Persistent for sending email

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 6 17:34:37 CEST 2023


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

Sam Lau <samalau at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #152211|0                           |1
        is obsolete|                            |

--- Comment #8 from Sam Lau <samalau at gmail.com> ---
Created attachment 153101
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153101&action=edit
Bug 33964: Use Email::Sender::Transport::SMTP::Persistent for sending email

As described in bug 30013, some outgoing SMTP services ( such as Gmail ) do not
like Koha's current behavior of initiating a new connection for each email
sent.  If we switch from Email::Sender::Transport::SMTP to
Email::Sender::Transport::SMTP::Persistent and store the object for the
duration of the message queue processing, this should solve that issue.

Signed-off-by: Sam Lau <samalau at gmail.com>

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


More information about the Koha-bugs mailing list