[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
Fri Jul 21 01:26:12 CEST 2023


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

--- Comment #17 from David Cook <dcook at prosentient.com.au> ---
(In reply to Marcel de Rooy from comment #15)
> I was still looking for some kind of confirmation that it really works as
> advertised using one connection.

You can use tcpdump to watch the SMTP port. 

I've set messaging preferences for check in and check out and generated 2
pending emails. I then manually run ./misc/cronjobs/process_message_queue.pl

Without the patch, I'm seeing 2 different TCP connections (one for each email). 

With the patch, I'm seeing only 1 TCP connection and both emails go out. 

Looks good to me. Looking forward to this one going in.

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


More information about the Koha-bugs mailing list