INVITE email to potential new users is not working

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

Self-hosted

If you are self-hosting, what version of Baserow are you running?

2.3.1

What are the exact steps to reproduce this issue?

tried to send the invite several times and nothing received…

Attach screenshots, videos, or logs that demonstrate the issue.

Hi Mike :waving_hand:

Did you set up your email (SMTP) environment variables in your docker?

such as:
EMAIL_SMTP=True
EMAIL_SMTP_HOST= URL Server e-mail
EMAIL_SMTP_PORT=465
FROM_EMAIL= e-mail
EMAIL_SMTP_USER= e-mail 2
EMAIL_SMTP_PASSWORD=XXXXXXXXXXXXX
EMAIL_SMTP_USE_TLS=True

You can read more about it here in our docs.

Thanks…will go look…Mike