[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 12 18:07:52 CEST 2020


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108113|0                           |1
        is obsolete|                            |

--- Comment #57 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 108137
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108137&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>

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


More information about the Koha-bugs mailing list