{"record":{"id":"9520367442244fa1","repo":"coollabsio/coolify","slug":"too-many-messages-sent-952036","errorCode":null,"errorMessage":"Too many messages sent!","messagePattern":"Too many messages sent!","errorType":"exception","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"app/Livewire/SettingsEmail.php","lineNumber":253,"sourceCode":"            $this->validate([\n                'testEmailAddress' => 'required|email',\n            ], [\n                'testEmailAddress.required' => 'Test email address is required.',\n                'testEmailAddress.email' => 'Please enter a valid email address.',\n            ]);\n\n            $executed = RateLimiter::attempt(\n                'test-email:'.$this->team->id,\n                $perMinute = 0,\n                function () {\n                    $this->team?->notifyNow(new Test($this->testEmailAddress));\n                    $this->dispatch('success', 'Test Email sent.');\n                },\n                $decaySeconds = 10,\n            );\n\n            if (! $executed) {\n                throw new \\Exception('Too many messages sent!');\n            }\n        } catch (\\Throwable $e) {\n            return handleError($e, $this);\n        }\n    }\n}\n","sourceCodeStart":235,"sourceCodeEnd":260,"githubUrl":"https://github.com/coollabsio/coolify/blob/70b9acc42467278373e00de77abb40684e25b395/app/Livewire/SettingsEmail.php#L235-L260","documentation":"Error \"Too many messages sent!\" thrown in coollabsio/coolify.","triggerScenarios":"Thrown at app/Livewire/SettingsEmail.php:253 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"70b9acc42467278373e00de77abb40684e25b395","analyzedAt":"2026-08-17T01:41:01.313Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}