[Koha-bugs] [Bug 32316] Send invitations to share a list immediately

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 20 20:26:26 CET 2023


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

--- Comment #5 from David Nind <david at davidnind.com> ---
Hi Katrin.

Thanks for updating the patch! 

I didn't have much luck getting this to work after applying the patch:
1. The messages are generated, but show as pending in the database and aren't
sent immediately.
2. They are sent if I process the message queue.
3. I think I set up everything correctly (SMPT configured [1], system
preferences set, I also did koha-email-enable kohadev (not sure that was
necessary)).

David

[1] Email setup:

To test sending emails using a Google account, edit your
/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.


More information about the Koha-bugs mailing list