Taiga on Docker, email not working

I followed your steps and I am able to send an email but I don’t receive any email while commenting, changes status in the sprint board. Although, I can see following logs:
INFO/MainProcess] Task taiga.projects.notifications.tasks.send_bulk_email[f7986bc2-f413-4136-96de-d84fc1eff526] received

Hi there,

Taiga does not notify you of changes you make. Only changes others make, if you are assigned or watching the item.

Best regards!

1 Like

Thank you, it’s working

Hello
I had the same case, I even did the tests to send mail inside the taiga-back container and I got back the python error output, I solved it by adding the ip and domain of the SMTP in the /etc/hosts of taiga-back and inside the container, I did the mail test again and I got back 1 and the mail arrived to my inbox.

I hope it works, greetings.

root@b914cec3072f:/taiga-back# cat /etc/hosts
127.0.0.1  localhost
::1  localhost ip6-localhost ip6-loopback
fe00::0  ip6-localnet
ff00::0  ip6-mcastprefix
ff02::1  ip6-allnodes
ff02::2  ip6-allrouters
173.27.0.6  b914cec3072f
root@b914cec3072f:/taiga-back# echo "0.0.0.0       mail.domain.com" >> /etc/hosts
root@b914cec3072f:/taiga-back# cat /etc/hosts
127.0.0.1  localhost
::1  localhost ip6-localhost ip6-loopback
fe00::0  ip6-localnet
ff00::0  ip6-mcastprefix
ff02::1  ip6-allnodes
ff02::2  ip6-allrouters
173.27.0.6  b914cec3072f
0.0.0.0       mail.domain.com