Corteza Email sending Failed

Hello Team,
I installed corteza on unbuntu 20.04 and i configured .env file as explained in the video, I also configured the Email SMTP with my personnal Email but when i try to create and account to corteza front-end I have this issue

could not send email: gomail: could not send email 1: 550 Verification failed for info@example.tld The mail server does not recognize info@example.tld as a valid sender. Sender verify failed

Hi @bouba
Did this get solved?

I’ve ran in the same problem on installation v2022.9.6 two weeks ago.

fixed via:

docker exec -it <<containername>> corteza-server settings set auth.mail.from-address <<mailaddress>>
docker-compose restart server

In my opinion the default parameter gets not overwritten from .env file.
It would be great if such simple problems get fixed ASAP. It’s not user friendly on starting up with corteza as a new user (sysadmin) and running into the first problem before the first login is done. The registration in this case is not successfully, because mail can’t be sent to the registered mailaddress of the first registered user

1 Like