https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #88 from David Nind <[email protected]> --- Hi Aleisha. The same as Christian in comment #81, nothing is showing up for me in the message_queue table (using koha-testing-docker) as per step 7. Email address set for the account used (koha in this case) and I also added a valid email address for KohaAdminEmailAddress. I also tested with the sending of emails enabled,* and nothing came through (they did come through before applying the patch). * To enable basic email sending by adding this to koha-conf.xml (user_name = gmail address, password = app password set up for your account): <smtp_server> <host>smtp.gmail.com</host> <port>587</port> <timeout>5</timeout> <ssl_mode>STARTTLS</ssl_mode> <user_name>[email protected]</user_name> <password>yourpassword</password> <debug>1</debug> </smtp_server> David -- 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/
