https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2172
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement removes release notes| |the basket.iso2709 | |attachment to emails when | |the cart is sent by email | |from the OPAC. | | | |This attachment caused | |confuse for patrons, as it | |is MARC format and not | |easily readable. | | | |If patrons require records | |in MARC format, they can | |download the cart in MARC | |format, from individual | |records, or download from | |lists. | | | |Note about the Send cart | |(CART) notice: | |1. For existing Koha | |instances, the notice must | |be manually updated to | |remove the sentence about | |the attachment. | |2. No changes are required | |to the notice for new | |instances. CC| |[email protected] --- Comment #16 from David Nind <[email protected]> --- Testing notes (using KTD): 1. To see the updated notice (with the sentence about the attachment removed), run reset_all after applying the patch. It does mean that you need to set everything up again. 2. The cart is sent directly by email, so no need to run misc/cronjob/process_message_queue.pl To test sending emails using a Google account ============================================= 1. Set up an App password for your Google Account. 2. Configure a new SMTP server under Administration > Additional parameters > 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 Default server: selected -- 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/
