[Koha-bugs] [Bug 35171] runreport.pl cronjob should optionally send an email when the report has no results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 29 00:19:24 CEST 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #3 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. I tested using email, and the email message was received

1. To test sending emails using a Google account, set up an APP password for
your Google account, edit /etc/koha/sites/kohadev/koha-conf.xml file and add
this configuration near the end (where <user_name> = your Google email address;
<password> = your APP password, not your Google account password):

 <smtp_server>
    <host>smtp.gmail.com</host>
    <port>587</port>
    <timeout>5</timeout>
    <ssl_mode>STARTTLS</ssl_mode>
    <user_name>GOOGLEACCOUNTUSER</user_name>
    <password>GOOGLEAPPPASSWORD</password>
    <debug>1</debug>
 </smtp_server>

2. Change the KohaAdminEmailAddress system preference to a valid email address
that you have access to.

3. Run flush_memcached and restart_all

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


More information about the Koha-bugs mailing list