You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
Here are some logs of an attempt to send an email :
2025-02-06T23:08:00.385171783Z @calcom/web:start: sendEmail from: [email protected] <[email protected]> subject: 30 Min Meeting between Oscar Rénier and Oscar Rénier Error: Connection timeout
2025-02-06T23:08:00.385181451Z @calcom/web:start: at SMTPConnection._formatError (/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:787:19)
2025-02-06T23:08:00.385190068Z @calcom/web:start: at SMTPConnection._onError (/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:773:20)
2025-02-06T23:08:00.385198624Z @calcom/web:start: at Timeout.<anonymous> (/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:232:22)
2025-02-06T23:08:00.385207621Z @calcom/web:start: at listOnTimeout (node:internal/timers:569:17)
2025-02-06T23:08:00.385216036Z @calcom/web:start: at process.processTimers (node:internal/timers:512:7) {
2025-02-06T23:08:00.385224432Z @calcom/web:start: code: 'ETIMEDOUT',
2025-02-06T23:08:00.385232697Z @calcom/web:start: command: 'CONN'
2025-02-06T23:08:00.385240972Z @calcom/web:start: }
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
Go on resend.com create an account and an api key (it's free)
Deploy Calcom through Coolify services one click deployment configuring SMTP env variables with resend configuration
Trigger a mail by reserving a slot on any event type of your choice
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:
racso-dev
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Feb 21, 2025
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: