freescout/freescout-dist/resources/views/emails/customer/auto_reply_text.blade.php

6 lines
307 B
PHP
Raw Normal View History

2023-12-22 19:40:32 +00:00
{!! (new Html2Text\Html2Text($auto_reply_message))->getText() !!}
@if (\App\Option::get('email_branding'))
-----------------------------------------------------------
{!! __('Support powered by :app_name — Free open source help desk & shared mailbox', ['app_name' => \Config::get('app.name')]) !!}
@endif