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

--- Comment #8 from David Nind <[email protected]> ---
I'm not sure how to test this - I didn't get the results I expected.

Is there a specific scenario that works, or is this just enabling it and
notices/other changes required to make this display as expected?

Testing notes (using KTD):

1. Enabled KTD so I can send email [1] (without email configured the delivery
note displayed "Unhandled email failure, check the logs for further details").

2. I added email addresses to two patrons and to KohaAdminEmailAddress, and ran
misc/cronjobs/process_message_queue.pl after generating notices.

3. For the two patrons with email addresses, mad one a guarantor.

4. Sent Welcome messages (Patron account > More > Send welcome email) - nothing
in delivery note column.

5. Checkout out an item to the guarantee (item checkout email enabled) -
nothing in delivery note column.


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

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