all system emails look fresh now, plus added paddle portal debugging

This commit is contained in:
Codex Agent
2025-12-23 14:31:42 +01:00
parent 207725d460
commit 1d2c2da915
11 changed files with 394 additions and 12 deletions

View File

@@ -46,6 +46,27 @@ return [
'line_time' => 'Time: :time',
'footer' => 'Please investigate the failure in the queue logs.',
],
'reset_password' => [
'subject' => 'Reset your password',
'preheader' => 'Use this link to reset your password.',
'hero_title' => 'Reset your password, :name',
'hero_subtitle' => 'Secure your account in one step.',
'body' => 'Click the button below to reset your password.',
'expires' => 'This password reset link expires in :minutes minutes.',
'link_fallback' => 'If the button does not work, copy and paste this link into your browser:',
'cta' => 'Reset password',
'footer' => 'If you did not request a password reset, you can ignore this email.',
],
'contact_request' => [
'subject' => 'New contact request',
'preheader' => 'A new message arrived via the contact form.',
'hero_title' => 'New contact request',
'hero_subtitle' => 'A visitor sent a new message.',
'line_name' => 'Name: :name',
'line_email' => 'Email: :email',
'line_message' => 'Message:',
'footer' => 'Reply directly to the sender to follow up.',
],
'purchase' => [
'subject' => 'Purchase Confirmation - :package',