@extends('backend.layout.masterlayout') @section('content') @include('backend.partial.sidebar') @include('backend.partial.topbar')
SMTP Settings

@csrf

@if ($current_loggedin_user->role != 0) @php $pages_array = explode( ',', $current_user_role_info->configurations_permission, ); //print_r($module_array); $value_update = '3-update'; @endphp @if (in_array($value_update, $pages_array))
@endif @else
@endif
Test SMTP configuration
@csrf
Instruction

Please be carefull when you are configuring SMTP. For incorrect configuration you will get error at the time of order place, new registration, sending newsletter.

For Non-SSL
  • Select sendmail for Mail Driver if you face any issue after configuring smtp as Mail Driver
  • Set Mail Host according to your server Mail Client Manual Settings
  • Set Mail port as 587
  • Set Mail Encryption as ssl if you face issue with tls

For SSL
  • Select sendmail for Mail Driver if you face any issue after configuring smtp as Mail Driver
  • Set Mail Host according to your server Mail Client Manual Settings
  • Set Mail port as 465
  • Set Mail Encryption as ssl
@include('backend.partial.dashboard_footer') @endsection @section('script') @endsection