-
-
Notifications
You must be signed in to change notification settings - Fork 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]: Transactional Emails Failing to Send, Confusing documentation #4695
Comments
After setting up the This time the test email was sent successfully. This is confusing, I admit its my fault, but all what started this was the teams members page what redirected me to settings. The docs sais I have to use the Notifications → Email but Teams sent me to a non existing |
The Logs for fail: ID
{
"notifiables": {
"class": "App\Models\Team",
"id": [0],
"relations": [],
"connection": "pgsql",
"collectionClass": null
},
"notification": {
"emails": "example@example.com",
"channel": "email",
"id": "c6a75fe3-962c-43c8-bbbe-5712808b9ff0",
"queue": "high"
},
"channels": [
"App\Notifications\Channels\EmailChannel"
],
"tries": 5,
"queue": "high",
"middleware": [
{
"limiterName": "email",
"shouldRelease": true
}
]
} |
Error Message and Logs
Coolify: Transactional Emails Failing to Send
Description
When attempting to send transactional emails using Coolify, both SMTP and Resend methods failed. Below are the detailed errors encountered for each method. On the main window where I send the test it shows Success, but nothing happens.
Error Logs
Using Resend
Error: Horizon Error Details
https://INSTANCE/horizon/failed/
ID
538c1074-597d-4563-85f7-b01c2e25583d
Queue
high
Attempts
5
Retries
0
Tags
Pushed
2024-12-28 22:41:08
Failed
2024-12-28 22:41:08
Context:
Using SMTP
Error: (Horizon Error Details for SMTP)
ID
e2fa813a-6bbc-4c23-a05c-b1916f91afbe
Queue
high
Attempts
5
Retries
0
Tags
Pushed
2024-12-28 22:33:28
Failed
2024-12-28 22:33:29
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.380
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Debian GNU/Linux 12 (bookworm)
Additional Information
No response
The text was updated successfully, but these errors were encountered: