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

--- Comment #15 from David Nind <[email protected]> ---
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>[email protected]</user_name>
    <password>yourpassword</password>
    <debug>1</debug>
  </smtp_server>

-- 
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/

Reply via email to