Recover existing account does not send email

I just installed passbolt community edition. Everything works fine except when someone tries to recover an existing account. The email is never generated and sent to them. The SMTP settings do work when I utilize
./bin/cake passbolt send_test_email -r user@email.com. Users are verified in the database.

Is there something I can check in the one of the configs for this?

This is installed on CentOS7.

Hi @motosec,

Do the email notification work for some other tasks (like when you share something)?
Did you sent up a cron job to send the emails?
What do you get when you run the send email task manually?

./bin/cake EmailQueue.sender

I did not setup the cron job not sure why I missed that step! Works now! Thanks.