fix(email): transactional emails not sending

This commit is contained in:
peaklabs-dev
2025-04-03 15:02:04 +02:00
parent 34699129f4
commit 185eef0533
4 changed files with 4 additions and 7 deletions

View File

@@ -225,7 +225,7 @@ class SettingsEmail extends Component
'test-email:'.$this->team->id,
$perMinute = 0,
function () {
$this->team?->notify(new Test($this->testEmailAddress, 'email'));
$this->team?->notify(new Test($this->testEmailAddress));
$this->dispatch('success', 'Test Email sent.');
},
$decaySeconds = 10,