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?
Baseraw 1.30.1
If you are self-hosting, which installation method do you use to run Baserow?
Docker version 27.2.0
What are the exact steps to reproduce this issue?
When I start baser was I added all informations to send trough an MS365 Business Exchange Service.
I also Activated all the Settings in Exchange to make the sending possible.
My Problem is that the FROM_MAIL parameter dose not have any affects. Baseraw always try’s to send the Mail with „no-reply@localhost“.
I tried the following versions of FROM_MAIL:
FROM_MAIL=‚mymail@mail.com‘
FROM_MAIL=‚mymail@mail.com‘
FROM_MAIL=‚NAME mymail@mail.com‘ I’m starting Baseraw trough the following command: „
docker run -e BASEROW_PUBLIC_URL=http://mydomain.com
–name baserow_test_13
-d
–restart unless-stopped
-v baserow_data:/baserow/data
-p 80:80
-p 443:443
-e FROM_MAIL=admin@mydomain.com
-e EMAIL_SMTP=TRUE
-e EMAIL_SMTP_HOST=outlook.office365.com
-e EMAIL_SMTP_PORT=587
-e EMAIL_SMTP_USER=Admin@mydomain.com
-e EMAIL_SMTP_PASSWORD=mypassword
-e EMAIL_SMTP_USE_TLS=TRUE
baserow/baserow:1.30.1
“