[Koha-bugs] [Bug 22343] Add SMTP configuration options to Administration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 19 17:16:37 CEST 2020


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

--- Comment #91 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 108648
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108648&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 at ptfs-europe.com>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list