mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix
This commit is contained in:
@@ -47,9 +47,9 @@ class Email extends Component
|
||||
$this->validate();
|
||||
}
|
||||
}
|
||||
public function test_email()
|
||||
public function testNotification()
|
||||
{
|
||||
Notification::send($this->settings, new TestEmail);
|
||||
$this->settings->notify(new TestEmail);
|
||||
$this->emit('success', 'Test email sent.');
|
||||
}
|
||||
private function decrypt()
|
||||
|
||||
Reference in New Issue
Block a user