https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2172
--- Comment #11 from Katrin Fischer <[email protected]> --- (In reply to Eric Phetteplace from comment #10) > It turns out testing email, at least with ktd, is kind of tricky. I ended up > following these steps > https://gitlab.com/-/snippets/1893788#enabling-email-for-testing to send an > email using a Google App Password. I had to set the SMTP server's SSL to > STARTTLS for it to send. > > The other way to confirm these is to observe the `message_queue` database > table but I don't know how to tell what a message's attachments are there. I > think the sandboxes have their own means of testing email. > > Finally, existing libraries can update their CART notices but the default > one needs to be modified. I see the original CART notice was created in > installer/data/mysql/db_revs/221200015.pl. Is the process to make a new > atomic update file? I can do that but I don't want to get ahead of myself. An atomic update file is used to update existing installations, but because of translations that won't work for changing a notice. So we probably would want to keep behavior the same when updating and the library set up untouched. Sample notices are in the installer directory in a .yml file that is used when Koha is installed. You will want to update that. Hope that helps! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
