diff --git a/app/Notifications/TransactionalEmails/MaintenanceNotice.php b/app/Notifications/TransactionalEmails/MaintenanceNotice.php index 8fb2567fc8..8bda2a5bd0 100644 --- a/app/Notifications/TransactionalEmails/MaintenanceNotice.php +++ b/app/Notifications/TransactionalEmails/MaintenanceNotice.php @@ -56,6 +56,7 @@ class MaintenanceNotice extends CustomEmailNotification 'euAbbr' => $startEu->format('T'), 'durationMinutes' => $this->durationMinutes, 'subscriptionUrl' => 'https://app.coolify.io/subscription', + 'subscriptionNewUrl' => 'https://app.coolify.io/subscription/new', ]); return $mail; diff --git a/resources/views/emails/maintenance-notice.blade.php b/resources/views/emails/maintenance-notice.blade.php index d7d7107456..41b2cf584f 100644 --- a/resources/views/emails/maintenance-notice.blade.php +++ b/resources/views/emails/maintenance-notice.blade.php @@ -9,7 +9,7 @@

Dear Coolify Cloud Customer,

-

+

@if ($daysFromNow <= 0) Today we will perform a scheduled maintenance to migrate Coolify Cloud from v4 to v5. The maintenance window: @elseif ($daysFromNow === 1) @@ -32,25 +32,26 @@ - Central European time: {{ $startEu }} to {{ $endEu }} {{ $euAbbr }} + Central European time: {{ $startEu }} to {{ $endEu }} {{ $euAbbr }} -

- During the {{ $durationMinutes }}-minute window (it may complete sooner), the Coolify Cloud dashboard at app.coolify.io will be offline and inaccessible. +

+ During the {{ $durationMinutes }}-minute window (it may complete sooner), the Coolify Cloud dashboard at app.coolify.io and the API at app.coolify.io/api will be offline and inaccessible.

How will this affect my service?

@if ($isInactive) -

Your account is inactive (no active subscription for 90+ days). Unless you resubscribe before the maintenance window, your account will not be migrated to v5 and your data will be permanently deleted.

+

Your account is inactive (no active subscription for 90+ days). Unless you resubscribe before the maintenance window, your account will not be migrated to v5 and your data will be permanently deleted.

@else -