From 3b3597d5c1991f59d1bc7dad9f74fea95810998a Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Thu, 7 Nov 2024 17:38:35 +0800 Subject: [PATCH] improve the test mail html a bit --- views/mail/test.blade.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/views/mail/test.blade.php b/views/mail/test.blade.php index 53b3d72..0692326 100644 --- a/views/mail/test.blade.php +++ b/views/mail/test.blade.php @@ -10,6 +10,16 @@

🎉 This is a test email from Fleetbase to confirm that your mail configuration works.

-

Test Email sent using Mailer: {{ Str::title($mailer) }}

-

Environment: {{ app()->environment() }}

+ + + + + + + + + + + +
MAILER:{{ strtoupper($mailer) }}
ENVIRONMENT:{{ strtoupper(app()->environment()) }}
\ No newline at end of file