@extends('layouts.master') @section('title',__('Mail Settings')) @section('breadcum') @endsection @section('maincontent')
{{ __('Mail Settings') }}
@csrf
{{ __('Please Enter Sender Name !') }}.
{{ __('(') }}{{ __('eg.') }} {{ __('John Doe)') }}
{{ __('(') }}{{ __('eg.') }} {{ __('infoexample@example.com)') }}
{{ __('Please Enter Mail Host !') }}.
{{ __('(') }}{{ __('eg.') }} {{ __('smtp.gmail.com)') }}
{{ __('Please Enter Mail Driver !') }}.
{{ __('eg.') }} {{ __('(smtp, sendmail, mail)') }}
{{ __('Please Enter Mail Port !') }}.
{{ __('eg.') }} {{ __('(485, 565, 2525)') }}
{{ __('Please Enter Mail Username !') }}.
{{ __('Please Enter Mail Password !') }}.
{{ __('(') }}{{ __('Note.') }} {{ __('IF Gmail is using as mail provider must enable') }}{{ __('2 Step Verification') }} {{ __('and Than') }} {{ __('Create a app password') }} {{ __('which will use here.)') }}
{{ __('(') }}{{ __('eg.') }} {{ __('TLS, SSL or NULL)') }}
@endsection