Skip to content

Commit

Permalink
improve the test mail html a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Nov 7, 2024
1 parent 1058dfd commit 3b3597d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions views/mail/test.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
</h2>

<p>🎉 This is a test email from Fleetbase to confirm that your mail configuration works.</p>
<p>Test Email sent using Mailer: {{ Str::title($mailer) }}</p>
<p>Environment: {{ app()->environment() }}</p>
<table>
<tbody>
<tr>
<td><strong>MAILER:</strong></td>
<td>{{ strtoupper($mailer) }}</td>
</tr>
<tr>
<td><strong>ENVIRONMENT:</strong></td>
<td>{{ strtoupper(app()->environment()) }}</td>
</tr>
</tbody>
</table>
</x-mail-layout>

0 comments on commit 3b3597d

Please sign in to comment.