@extends('layouts.adminmaster') @section('styles') @endsection @section('content')

{{ lang('Send Test Mail') }}

@csrf @method('post')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif

{{ lang('SMTP/Send Mail', 'menu') }}

@csrf
@if ($errors->has('mail_driver')) {{ $errors->first('mail_driver') }} @endif

{{ lang('Email To Ticket') }}

@csrf
({{ lang('Configure IMAP settings and enable this "Email to Ticket" feature so that customers will be able to generate support tickets through their email correspondence.', 'setting') }})
({{ lang('By enabling this switch, emails will be permanently deleted from your inbox once a ticket is created in the support system.', 'setting') }})
({{ lang('Use the below input field to specify the maximum number of emails to process at a time. Setting a value here determines the batch size for creating tickets from incoming emails, ensuring efficient handling of customer inquiries.', 'setting') }})
@if ($errors->has('IMAP_EMAIL_TEMPLATE_LIMIT')) {{ $errors->first('IMAP_EMAIL_TEMPLATE_LIMIT') }} @endif
{{-- IMAP SETTINGS START --}}

{{ lang('IMAP Settings') }}

loading.. Please Wait

{{ lang('Sl.No') }} {{ lang('Email') }} {{ lang('IMAP Host ') }} {{ lang('Category') }} {{ lang('Status') }} {{ lang('Actions') }}
@endsection @section('modal') @include('admin.email.modal') @endsection @section('scripts') @vite(['resources/assets/js/select2.js']) @endsection