31 May
2022
31 May
'22
2:34 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #15 from David Nind <david@davidnind.com> --- Testing notes (using koha-testing-docker): - Email sending setup by adding this to the koha-conf.xml file (where email address = gmail address and yourpassword = the app password setup for your gmail account): <smtp_server> <host>smtp.gmail.com</host> <port>587</port> <timeout>5</timeout> <ssl_mode>STARTTLS</ssl_mode> <user_name>youraddress@gmail.com</user_name> <password>yourpassword</password> <debug>1</debug> </smtp_server> -- You are receiving this mail because: You are watching all bug changes.