https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes email messages release notes| |sent when sending lists so | |that if there are no ISBNs | |for a record, an empty | |label is not shown. CC| |[email protected] --- Comment #7 from David Nind <[email protected]> --- Hi David. I added a follow-up for lists sent from the staff interface, as they were doing exactly the same thing - I didn't read the test plan correctly, and wondered why it wasn't working from the staff interface. Hope you don't mind! David Testing notes using KTD (koha-testing-docker): 1. Created a list from the search results for 'perl' (11 results, 2 don't have ISBNs, some results have multiple ISBNs). 2. To setup KTD to send email using a Google account: 2.1 Edit your /etc/koha/sites/kohadev/koha-conf.xml file 2.2 Add this configuration near the end: . <user_name> = your Google email address . <password> = an APP password that you need to create in your Google account, not your Google account password <smtp_server> <host>smtp.gmail.com</host> <port>587</port> <timeout>5</timeout> <ssl_mode>STARTTLS</ssl_mode> <user_name>GOOGLEACCOUNTUSER</user_name> <password>GOOGLEAPPPASSWORD</password> <debug>1</debug> </smtp_server> -- 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/
