https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343 --- Comment #110 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 109007 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=109007&action=edit Bug 22343: Add classes for handling SMTP servers This patch introduces classes to handle SMTP servers. It is done in a way that a default server can be set, and then per-library ones can be set. All should be done with Koha::SMTP::Servers methods, that take care of overwriting library-specific configs, and handle the defaults retrieval and setting correctly. To test: 1. Apply this patches 2. Run: $ kshell $ perl installer/data/mysql/updatedatabase.pl => SUCCESS: Atomic update is ok, smtp_servers table created 3. Run: k$ prove t/db_dependent/Koha/SMTP/ => SUCCESS: Tests pass! 4. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.