mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
commit
d6d16f3844
2 changed files with 1 additions and 5 deletions
|
|
@ -70,10 +70,6 @@ class EmailNotificationSettings extends Model
|
|||
|
||||
public function isEnabled()
|
||||
{
|
||||
if (isCloud()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return $this->smtp_enabled || $this->resend_enabled || $this->use_instance_email_settings;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ class Test extends Notification implements ShouldQueue
|
|||
'buttons' => [
|
||||
[
|
||||
'text' => 'Go to your dashboard',
|
||||
'url' => base_url(),
|
||||
'url' => isDev() ? 'https://staging-but-dev.coolify.io' : base_url(),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue