Hello {{ $inquiry->name }},
+ + + +Best regards,
The TrustLab Team
Hello {{ $certificate->user->first_name ?? 'User' }},
+ +This is a critical notification that your SSL certificate has ALREADY EXPIRED.
+ +Common Name: {{ $certificate->common_name }}
+Organization: {{ $certificate->organization }}
+Key Strength: {{ $certificate->key_bits }}-bit
+Expired On: {{ $certificate->valid_to->format('d M Y H:i:s') }}
+Your services using this certificate may be inaccessible or showing security warnings. Please renew immediately.
+ + Renew Now +Hello {{ $certificate->user->first_name ?? 'User' }},
+ +This is a notification that one of your SSL certificates is expiring in {{ $daysRemaining }} days.
+ +Common Name: {{ $certificate->common_name }}
+Organization: {{ $certificate->organization }}
+Key Strength: {{ $certificate->key_bits }}-bit
+Expiration Date: {{ $certificate->valid_to->format('d M Y H:i:s') }}
+Please log in to your dashboard to renew this certificate before it expires to ensure uninterrupted service.
+ + Go to Dashboard + +
+ If you have already renewed this certificate, please ignore this message.
+ You are receiving this email because you have enabled certificate renewal alerts in your account settings.
+
Hello {{ $inquiry->name }},
+ + + +Best regards,
The TrustLab Team
Hello {{ $name }},
+ +You are receiving this email because we received a password reset request for your TrustLab account.
+ + Reset Password + +This password reset link will expire in 60 minutes.
+If you did not request a password reset, no further action is required.
+ +If you're having trouble clicking the "Reset Password" button, copy and paste the URL below into your web browser:
+{{ $url }}
+
+ Hello,
+This is a test email sent from TrustLab - PKI & Certificate Management to verify your SMTP configuration.
+ +Mailer: {{ $mailer }}
+Sent At: {{ now()->format('Y-m-d H:i:s') }}
+Host: {{ $host }}
+If you received this email, it means your SMTP settings for the {{ $mailer }} mailer are working correctly.
+ + Go to Dashboard +Hello {{ $name }},
+ +Thank you for joining TrustLab! Before you can start managing your certificates and API keys, we need you to verify your email address.
+ + Verify Email Address + +If you did not create an account, no further action is required.
+ +If you're having trouble clicking the "Verify Email Address" button, copy and paste the URL below into your web browser:
+{{ $url }}
+Laravel has an incredibly rich ecosystem.
We suggest starting with the following.