feat(notification): update welcome email to include tenant URL and call-to-action button
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<h1 style="margin: 0 0 20px;">¡Bienvenido a {{ $brand->nombre }}!</h1>
|
||||
<p>Hola {{ $user->nombre_apellido }}, tu cuenta fue creada correctamente.</p>
|
||||
<p>Ya podés ingresar y comenzar a comprar.</p>
|
||||
<div style="text-align: center; margin-bottom: 28px;">
|
||||
<a href="{{ $tenantUrl }}"
|
||||
style="display: inline-block; padding: 12px 24px; background-color: {{ $brand->primary_color }}; color: #ffffff; text-decoration: none; border-radius: 6px; font-weight: bold;">
|
||||
Encendé tu experiencia
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user