Sending e-mails and settings on Team.
This commit is contained in:
@@ -42,7 +42,6 @@ class DemoNotification extends Notification implements ShouldQueue
|
|||||||
return (new MailMessage)
|
return (new MailMessage)
|
||||||
->subject('Coolify demo notification')
|
->subject('Coolify demo notification')
|
||||||
->line('Welcome to Coolify!')
|
->line('Welcome to Coolify!')
|
||||||
->error()
|
|
||||||
->action('Go to dashboard', url('/'))
|
->action('Go to dashboard', url('/'))
|
||||||
->line('We need your attention for disk usage.');
|
->line('We need your attention for disk usage.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user