feat: markdown in email body for mailing and transactional
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<div class="pb-4">
|
||||
<span class="font-bold">Betreff:</span> {{ subject }}
|
||||
</div>
|
||||
{# App\Email\MailBodyRenderer escaped everything before it introduced a tag, which is what
|
||||
makes |raw safe here - see the contract on that class. #}
|
||||
<div class="mail-body border border-gray-200 rounded-md p-4">
|
||||
{{ bodyHtml | raw }}
|
||||
<p>
|
||||
<span class="btn inline-block">Zum Portal</span>
|
||||
</p>
|
||||
</div>
|
||||
<div class="pt-4 text-sm text-gray-500">
|
||||
Platzhalter sind mit deinem eigenen Namen gefüllt, beim Versand steht dort der Name der
|
||||
jeweiligen Person. Logo und Fußzeile der E-Mail sind hier nicht abgebildet.
|
||||
</div>
|
||||
Reference in New Issue
Block a user