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

--- Comment #2 from Kyle M Hall <[email protected]> ---
Created attachment 152211
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152211&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.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to