Mail and Booking
This commit is contained in:
parent
62e84637b6
commit
5daea268f7
250 changed files with 5377 additions and 1473 deletions
|
|
@ -14,6 +14,15 @@
|
|||
Gesendet an:<br>
|
||||
@endif
|
||||
<<a href="mailto:{{$customer_mail->email}}">{{$customer_mail->email}}</a>> {{$customer_mail->sent_at }}
|
||||
@if($customer_mail->recipient)
|
||||
<div>TO: {{\App\Services\Util::_implodeLines($customer_mail->recipient, ', ')}}</div>
|
||||
@endif
|
||||
@if($customer_mail->cc)
|
||||
<div>CC: {{\App\Services\Util::_implodeLines($customer_mail->cc, ', ')}}</div>
|
||||
@endif
|
||||
@if($customer_mail->bcc)
|
||||
<div>BCC: {{\App\Services\Util::_implodeLines($customer_mail->bcc, ', ')}}</div>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
<!-- Subject -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue