-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMTP not working when using ENV variables #394
Comments
@TotalLag can you please check /jobs page to see if it contains failed email sending jobs with error messages? |
@omohokcoj no changes I can observe in If I visit the This is what my environment looks like (I removed some variables for troubleshooting):
The only thing I can see that's missing from the ENV that exist in the UI is an |
I'm self-hosting Docuseal using Docker Compose and following the official instructions for configuring environment variables. Here's how I'm setting up the SMTP configuration (variables are populated correctly, verified at the OS level):
Despite this setup, I’m unable to send emails. I've tried different combinations, like switching
SMTP_AUTHENTICATION
betweenlogin
andplain
, and enabling/disablingSTARTTLS
. However, when I omit theSMTP_ADDRESS
variable to enable the email configuration via the UI and manually input the same SMTP details, it works fine.I'm puzzled about what might be missing or misconfigured in the environment variables. Any ideas?
The text was updated successfully, but these errors were encountered: