benhutchins / docker-taiga

Docker container for Taiga https://taiga.io
https://hub.docker.com/r/benhutchins/taiga/
GNU General Public License v3.0
287 stars 153 forks source link

do not enable async notifications automatically when emails are enabled #83

Open forfolias opened 4 years ago

forfolias commented 4 years ago

By default Taiga notifications are sent synchronously, as defined by the value of the setting CHANGE_NOTIFICATIONS_MIN_INTERVAL (0). It is wrong to make the assumption that if someone enables the SMTP configuration he also enabled the asynchronous mode of the notifications.