Bulk Send Email

@if(isset($trunks) && (isset($bulk_type) && $bulk_type == 'accounts'))
@foreach ($trunks as $index=>$trunk) @if(!empty($trunk) && !empty($index))
@endif @endforeach
@foreach ($rate_timezones as $index=>$timezone) @if(!empty($timezone) && !empty($index))
@endif @endforeach

@if(!empty($VOS_RATEPREFIX_RATESHEET) && $VOS_RATEPREFIX_RATESHEET!='')
{{-- --}} {{Form::select('RatePrefix[]',$RatePrefixes,'',array("class"=>"select2 ",'multiple'))}}
@endif @endif
{{Form::select('email_template_privacy',EmailTemplate::$privacy,'',array("class"=>"select2 small"))}}
{{Form::select('email_template',$emailTemplates,'',array("class"=>"select2 small"))}}
{{Form::select('email_from',TicketGroups::GetGroupsFrom(),'',array("class"=>"select2"))}}
@if(isset($bulk_type) && $bulk_type == 'accounts') @elseif(isset($bulk_type) && $bulk_type == 'invoices') @elseif(isset($bulk_type) && $bulk_type == 'disputes') @elseif(isset($bulk_type) && $bulk_type == 'customers_rates') @endif
{{Form::select('template_option',$templateoption,'',array("class"=>"select2 small"))}}

Test Mail Options


@if(isset($bulk_type) && $bulk_type == 'accounts')

{{Form::select('accountID',$accounts,'',array("class"=>"select2 small"))}}
@endif