[Koha-bugs] [Bug 27424] One should be able to assign an SMTP server as the default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 8 16:52:56 CET 2022


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

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

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

--- Comment #15 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 130301
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130301&action=edit
Bug 27424: Add ability to specify an SMTP server in the database as the default
server

Bug 22343 adds the ability to defined SMTP servers via the UI; But to then
utilise them you have to go to each individual library via the libraries admin
area and select the SMTP server.

We should have a way to override the fallback/default SMTP server right from
the SMTP servers administration page.. setting one of our defined SMTP Servers
as the system default rather than using the hard coded fallback options.

Test Plan:
1) Apply this patch set
2) Restart all the things!
3) Browser to the SMTP servers editor,
   verify only one server can be set as the default server
4) Set a default server, verify that server was used to send email from
   a cronjob, AND/OR prove t/db_dependent/Koha/SMTP/Server.t

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
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