feat(mail-test): enhance email functionality with tenant branding and routing
This commit is contained in:
11
resources/views/mail/test.blade.php
Normal file
11
resources/views/mail/test.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<x-mail.branded-layout :tenant="$tenant" :header-logo-url="$headerLogoUrl" :footer-logo-url="$footerLogoUrl">
|
||||
<h1 style="margin: 0 0 20px; color: {{ $tenant->primary_color }}; font-size: 26px; line-height: 1.3;">
|
||||
Prueba de correo de Shopit
|
||||
</h1>
|
||||
|
||||
<p style="margin: 0 0 16px;">{!! nl2br(e($mailMessage)) !!}</p>
|
||||
|
||||
<p style="margin: 24px 0 0; color: #64748b; font-size: 13px;">
|
||||
Si recibiste este mensaje, la configuración de correo funciona correctamente.
|
||||
</p>
|
||||
</x-mail.branded-layout>
|
||||
Reference in New Issue
Block a user