Re: [Koha] SMTP configuration error

2022-06-13 Thread Thomas Klausner
Hi! On Mon, Jun 13, 2022 at 02:21:06PM -0500, Coehoorn, Joel wrote: > What you will likely need to do instead is set-up a Per-App password > for Koha. One thing that took me a while to figure out (in a non-Koha context[0]) is that you have to

Re: [Koha] SMTP configuration error

2022-06-13 Thread Tomas Cohen Arazi
El lun, 13 jun 2022 a las 16:22, Coehoorn, Joel () escribió: > > What you will likely need to do instead is set-up a Per-App password > for Koha. > That's what I use in my dev environment. Thanks for the link, Joel! -- Tomás Cohen Arazi Theke

Re: [Koha] SMTP configuration error

2022-06-13 Thread Coehoorn, Joel
Gmail requires OAuth now by default, rather than username/password authentication. If you want to allow username/password authentication, you used to need to enable the Less Secure Apps option. I've written about this before

Re: [Koha] SMTP configuration error

2022-06-11 Thread Katrin Fischer
Hi Naveen, when running command-line scripts from Koha, make sure to always run them as the Koha user. That should take care of the 'koha-conf.xml' problem you are seeing. If you have a package installation you can use 'koha-shell ' to give you a shell with the environment needed. There should n