@lang('modules.settings.emailSettings')

@if ($mailDriver == 'smtp') @if(!app()->environment(['codecanyon','demo']))

It seems you have changed the APP_ENV=codecanyon to something else in .env file. Please do not change it, otherwise, the SMTP details below won't be taken from here.

@endif @if ($verified) @lang('messages.smtpSuccess') @else @if(!$formSubmitting) @lang('messages.smtpError') @endif
@lang('messages.smtpRecommendation')
@endif @endif
@if (session()->has('success')) {{ session('success') }} @endif @error('smtp_error')
{!! $message !!}
@enderror
@if ($mailDriver == 'smtp')
@endif
@lang('app.save')
@if ($mailDriver == 'smtp')
Test SMTP
@endif
Test SMTP Settings
@if($testEmailStatus)
@if($testEmailStatus === 'success') {{ $testEmailMessage }} @else @endif
@endif

Send a test email to verify your SMTP settings.

{{ $testEmailStatus === 'success' ? __('app.close') : __('app.cancel') }} @if($testEmailStatus !== 'success') Send Test Email Sending... @endif