-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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]: Tried different SMTP services and still cannot receive transactional emails #4621
Comments
I had this issue with mailgun when using TLS despite working elsewhere, i changed it to SSL and it worked despite other applications using TLS. |
Unfortunately, Hetzner blocks outgoing 465 for fresh accounts so I'll have to wait. |
Tried Brevo's SMTP with port 587 + ssl. It worked on an hetzner vps. |
Same problem: 587 TLS does not work since the (automatic) update to v4.0.0-beta.379. Also using Hetzner, but transactional emails worked fine before the update. |
Have you already try 587 with SSL ? Before v4.0.0-beta.379, we use Mailjet SMTP with 587 + TLS. After the update we can only made it worked by using Brevo with 587 + SSL. |
now that you mention this, this is exactly what I had to do, I was slightly wrong on my earlier post |
Yes, 587 + SSL is working, 587 + TLS not anymore. Thanks for the hint! |
A fix for this issue has been implemented and will be available in an upcoming release. Thank you for your patience. |
So we have to wait for the 4.0.0 stable release to have a fix? |
No the fix is live in v4.0.0-beta.380 |
Error Message and Logs
Whatever I do, I cannot get transactional emails via SMTP to work even on fresh install on Hetzner.
I also don't know where the logs, if any, are located to see what is happening.
Steps to Reproduce
smtp.resend.com
resend
587
TLS
NOTE: It's all about SMTP; emails via Resend API do work
Example Repository URL
No response
Coolify Version
v4.0.0-beta.379
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
EDIT: 587 SSL do work. Only 587 TLS doesn't. Kudos to @Drunkenpilot for the tip.
The text was updated successfully, but these errors were encountered: