Add Sent via Ladill Queue to branded outbound emails.
Deploy Ladill Queue / deploy (push) Successful in 1m1s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-12 20:14:39 +00:00
co-authored by Cursor
parent 2c2fcf9659
commit d938acf909
3 changed files with 4 additions and 2 deletions
@@ -24,6 +24,7 @@
@if (! empty($companyName))
<p style="margin-top:20px;text-align:center;font-size:13px;color:#94a3b8;">{{ $companyName }}</p>
@endif
<p style="margin-top:8px;text-align:center;font-size:12px;color:#94a3b8;">Sent via Ladill Queue</p>
</div>
</body>
</html>
@@ -17,6 +17,7 @@
{!! $bodyHtml !!}
</div>
<p style="margin-top:20px;text-align:center;font-size:13px;color:#94a3b8;">{{ $companyName }}</p>
<p style="margin-top:8px;text-align:center;font-size:12px;color:#94a3b8;">Sent via Ladill Queue</p>
</div>
</body>
</html>