[Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 31 03:34:09 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522

--- Comment #15 from David Nind <david at 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 at gmail.com</user_name>
    <password>yourpassword</password>
    <debug>1</debug>
  </smtp_server>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list