@extends('layouts.master') @section('title','SMTP') @section('parentPageTitle', 'Setting') @section('css-link') @stop @section('page-style') @stop @section('content')

@translate(SMTP Settings)

@csrf

@translate(Instruction)

@translate(Please be careful when you are configuring SMTP). @translate(For incorrect configuration you will get error) @translate(in few features).

@translate(For Non-SSL)

  • @translate(Select 'sendmail' for Mail Driver if you face any issue after configuring 'smtp' as Mail Driver )
  • @translate(Set Mail Host according to your server Mail Client Manual Settings)
  • @translate(Set Mail port as '587')
  • @translate(Set Mail Encryption as 'ssl' if you face issue with 'tls')

@translate(For SSL)

  • @translate(Select 'sendmail' for Mail Driver if you face any issue after configuring 'smtp' as Mail Driver)
  • @translate(Set Mail Host according to your server Mail Client Manual Settings)
  • @translate(Set Mail port as '465')
  • @translate(Set Mail Encryption as 'ssl')
@endsection @section('js-link') @stop @section('page-script') @stop