10 Aug
2020
10 Aug
'20
3:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343 --- Comment #28 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 107993 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107993&action=edit Bug 22343: Add ->transport method This patch adds a Koha::SMTP::Server->transport method that returns an Email::Sender::Transport::SMTP object generated with the current object's settings. Special case is handled for disabled SSL. This is all covered by the introduced tests. 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/SMTP/Server.t => SUCCESS: Tests pass! -- You are receiving this mail because: You are watching all bug changes.