https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343 --- Comment #75 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 108543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108543&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! Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.