https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32316
--- Comment #5 from David Nind <[email protected]> --- 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. _______________________________________________ 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/
