Taiga email not send - configuration file for email

Hello,

greetings for the days!

I installed the taiga with the following command:

git clone --depth=1 -b master GitHub - docker-taiga/taiga: docker-compose.yml for simple taiga setup on a rocky linux 8.

but the email not sending.

The following command working fine:

curl --url ‘smtp://taiga.mydomain.gr:25’ --mail-from ‘taiga-noreply@mydomain.gr’ --mail-rcpt ‘gliolios@mydomain.gr’ --upload-file mail.txt --insecure

Any idea?

Hi there @gliolios thanks for reaching out.

You may check in the official documentation, the section “EMAIL SETTINGS” to help you configure your SMTP settings.

Best regards and happy new year!