SMTP on self hosted not working, connection itself works

Hello

The SMTP is not sending any e-mail.
I tested the SMTP settings, login, credential, port on another system, and that is working well.

I have and followed this exactly same setup: GitHub - 6Ministers/taiga-io-docker-compose-for-projects: About Fast set-up Taiga Kanban for Business with Docker Compose

How to debug this? Where to see (email) loggings?

Thx for helping out!
Kristof

I finally found out that the reason was I edited the .env file and the SMTP values after building the docker container.

I post this here to help those facing the same behavior and have no clue what might be go wrong.

So, after editing .env, you have to rebuild your docker container. Use following command:

docker compose up --build -d

A Docker novice :slight_smile:

1 Like