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?
Baserow 1.35.3
If you are self-hosting, which installation method do you use to run Baserow?
Coolify v4.0.0-beta.442
What are the exact steps to reproduce this issue?
Hi all,
I’ve got Baserow set up on a self hosted VPS running Coolify. I’ve also got a Google Workspace account set up and configured for SMTP relay - tested and working in other apps.
My issue is that I simply can NOT get Baserow to send an email. The logs show that the SMTP isn’t even attempted. Here are my environment variables:
EMAIL_SMTP=true
EMAIL_SMTP_HOST=smtp-relay.gmail.com
EMAIL_SMTP_PORT=587
EMAIL_SMTP_USER=myemail@mydomain.com
EMAIL_SMTP_PASSWORD=my_app_password
EMAIL_SMTP_USE_TLS=true
FROM_EMAIL=myemail@mydomain.com
Can somebody point me to what I’m doing wrong? Thanks in advance!