--
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To post to this group, send email to tai...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/aeb75bbf-9e56-4f1c-8139-2b6cfeadbea2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| Alejandro Alonso Fernández CIO & Co-founder www.kaleidos.net/FC8EAC/ |
1. Taiga instance is hosted on my server.2. I need to disable notifications systemwide, for all users/projects, with no ability to change it by regular users.
Few words about why I need this. I am trying to use taiga with google smtp server. Any action which requires sending emails takes too long to complete (i.e. 2-10 seconds for simple comment posting). If I disable emails (by changing mail backed) this problem disappears. Maybe it will be more correct to try to somehow fix issue directly, but I am not familiar with python and don't know how I should debug it. Btw, I had set up celery/rabbitmq/redis in hope that it will make email sending asynchronously, but no luck :(