E-mail notification does not work

I added a when-then rule for sending emails to admin but in the logs i got this:

is there some configuration to do before adding when-then rules

Could you check if there is an email address in the field of the user page?

Yes There is an address in the field. Even if I choose a custom attribute and add my address I got the same error

then check your email credentials in the docker-compose.yml

there must be an issue with it, cause there is no known issues with the email notifier.

1 Like

hi Denis ,
can u share the yml congig file for gmail

Email related environment variables are described in deploy.yml to use gmail SMTP you need to generate an app password:

yeah i configure it yml file and its working properly .

Thanks @Rich