-
Notifications
You must be signed in to change notification settings - Fork 260
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
LOWCODER_ADMIN_SMTP_HOST: "smtp.postmarkapp.com" LOWCODER_ADMIN_SMTP_PORT: 587 LOWCODER_ADMIN_SMTP_USERNAME: "[REDACTED]" LOWCODER_ADMIN_SMTP_PASSWORD: "[REDACTED]" LOWCODER_LOST_PASSWORD_EMAIL_SENDER: "[REDACTED]" LOWCODER_DEFAULT_EMAIL_SENDER: "[REDACTED]" LOWCODER_ADMIN_SMTP_AUTH: "true" LOWCODER_ADMIN_SMTP_STARTTLS_ENABLED: "true" LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED: "true"
Everytime we try to send a user invite with this settings, the email is still sent from info@localhost & also the forgot password doesnt work at all, it still gives success message saying go check email, but there's no email sent which I can confirm in SMTP logs of Postmark SMTP.
What am I missing here?
Expected Behavior
Should send emails fine from configured senders for both invite & password reset flows
Steps to reproduce
I dont know what steps, just use docker , configure those env vars as shown & you will see it doesnt work
Environment
Should send emails fine from configured senders for both invite & password reset flows
Additional Information
No response