https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39646
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Nind <[email protected]> --- I had a go at testing, but it did not work for me. After the patch, there is no email overdue notice for the Guarantor (Mary) with the Guarentee's (Lisa's) overdue item. It just generated a print notice for the Guarantee (Lisa). This may be because I've never generated overdue notices before, and I'm not sure that I have set everything up correctly. Testing notes (using KTD): 1. Add a valid email address you have access to, to the KohaAdminEmailAddress system preference. 2. Update the details for a Guarantee patron: - Lisa Charles - Add Mary Burton as Guarantor - Patron messaging preferences: . Advance notice: 1 and Email selected 3. Update the details for a Guarantor patron: - Mary Burton - Primary email: set a valid email address you have access to - Patron messaging preferences: . Advance notice: 1 and Email selected 4. Set up sending emails using a Google account: 4.1 Set up an App password for your Google Account 4.2 Configure a new 'SMTP Server' under 'Administration > SMTP servers' using the following settings where `User name` = your Google email address and `Password` = your APP password, not your Google account password): - Host: smtp.gmail.com - Port: 587 - Timeout: 5 - SSL: STARTTLS - User name: GOOGLEACCOUNTUSER - Password: GOOGLEAPPPASSWORD - Set this server as default 4.3 Test that this is working by: - Sending a welcome message to Mary Burton - Process the message queue: misc/cronjobs/process_message_queue.pl 5. Set up overdue notice/status triggers: 5.1 Tools > Patrons and circulation > Overdue notice/status triggers 5.2 For default library and the Kid and Patron patron categories: - Delay: 1 - Letter: Overdue notice (ODUE) - Email: selected 6. Check out an item to Lisa Charles and make it overdue: 6.1 I used: Programming perl, 39999000011418 6.2 Search bar: select check out, then enter lisa and select 6.3 Enter the barcode: 39999000011418 6.4 Click the settings icon in the barcode field 6.5 Set specifify due date to the previous month 6.6 Click check out 6.7 Confirm checkout: Yes, check out (Y) 7. Check that an overdue notice will be triggered: misc/cronjobs/overdue_notices.pl --list-all -v 8. Run for real: misc/cronjobs/overdue_notices.pl -v -- 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/
