[Bug 3150] Move emails for sending cart and list contents into notices tool
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3150 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #88 from David Nind <david@davidnind.com> --- 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>youraddress@gmail.com</user_name> <password>yourpassword</password> <debug>1</debug> </smtp_server> David -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org