[Koha-bugs] [Bug 33537] Move domain limits from koha-conf to staff SMTP configuration

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 25 17:10:44 CEST 2023


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

Pedro Amorim <pedro.amorim at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pedro.amorim at ptfs-europe.co
                   |                            |m

--- Comment #48 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Marcel, please take a look at my patches for SO, or mark obsolete if you don't
agree!

For reference, here is what I did to follow the test plan:
1) configured <message_domain_limits> in koha-conf.xml
2) configured an smtp server with my own google account app password
3) did an OPAC password reset which prompted an entry in the message_queue
table
4) duplicated that message entry a couple times:
INSERT INTO message_queue (letter_id, borrowernumber, subject, content,
letter_code, message_transport_type, status, to_address)
SELECT letter_id, borrowernumber, subject, content, letter_code,
message_transport_type, 'pending', 'pedro.amorim at ptfs-europe.com'
FROM message_queue;
5) Run:
perl misc/cronjobs/process_message_queue.pl

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


More information about the Koha-bugs mailing list