-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Bug]: Calcom resend SMTP connection timed out #5196
Comments
Is anyone having a similar issue? Would be really nice having someone investigate on this ;) |
Hi @racso-dev! I started to experience the same issue with my Next.js, Nodemailer setup and self hosted coolify. I have been using this setup without issues for several months, and just started experiencing this issue recently. I think probably one of the last updates is causing the problem. I am currently running
When trying to connect to my smtp provider. |
After quite a bit of painstaking head-scratching, I finally managed to solve the issue in my environment. My first instinct was that Coolify’s proxy might be blocking the port somehow, but after completely disabling the proxy, I discovered the issue was actually one level above. I SSHed into my VPS and ran I switched my applications to use port 2525 for emailing, which Postmark also supports, and the problem was immediately resolved. Is there any chance you’re using a DigitalOcean Droplet as your hosting? Could you try running |
Hi @peterkunsay thanks for taking the time to answer. My server is hosted on Hetzner and I'm running into this issue with a calcom docker image so probably not the same issue here. I tried running
But anyways in my env variables I had set one of the secure ports, actually tried with every available ports but nothing works.
Let me know if you have any ideas. If anyone else runs into a similar issue feel free to engage! |
Not entirely sure why, but it seems that the issue has been fixed in a recent update. |
Error Message and Logs
When deploying Calcom through available services, I use resend smtp configuration (a valid one, I tested it on other apps and it works just fine) and when Calcom tries to send emails the connection to resend's smtp server times out and therefore no email of any kind can be sent.
Here are my env variables set in configuration of the services :
(The domain is verified on resend)
Here are some logs of an attempt to send an email :
Check that little video if you wanna see the problem "live".
Video (I trimed the video because It took around 2 minutes to timeout)
If you have any ideas on how to troubleshoot that issue I'd truly appreciate It.
Thanks in advance for those reading my post hope someone can help.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.394
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
No response
The text was updated successfully, but these errors were encountered: