https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41132 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|The variable for a patron's |This adds sanitised release notes|home library is now |borrower and branch objects |available for use in the |to the PASSWORD_RESET email |PASSWORD_RESET and |template. |STAFF_PASSWORD_RESET | |notices. |This allows TemplateToolkit | |access, as well as richer |Example: |logic options for branches |- Template Toolkit format: |that want greater email |[% branch.branchname %] |customization. |- Old 'alligator' style | |format: |For new installs, the |<<branches.branchname>> |PASSWORD_RESET is rewritten | |to use Template Toolkit | |syntax. --- Comment #10 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. To test sending emails I added an SMTP server using a Google account and App Password: 1.1 Set up an App password for your Google Account 1.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 1.3 Set this server as default Host: smtp.gmail.com Port: 587 Timeout: 5 SSL: STARTTLS User name: GOOGLEACCOUNTUSER Password: GOOGLEAPPPASSWORD -- You are receiving this mail because: You are watching all bug changes.