@extends('admin.layouts.admin') @section('title', 'SMTP Settings') @section('content')
@include('admin.partials.settings')
@csrf
{{ __('SMTP Settings') }}
{{ __('Specify the SMTP server host for sending emails.') }}
{{ __('Specify the SMTP server port for sending emails (e.g., 25, 465, 587).') }}
{{ __('Enter the username for authenticating with the SMTP server.') }}
{{ __('Enter the password for authenticating with the SMTP server.') }}
{{ __('Select the encryption type for secure email delivery (TLS or SSL).') }}
{{ __('Specify the sender\'s name that will appear in outgoing emails.') }}
{{ __('Specify the email address from which the emails will be sent.') }}
{{ __('Specify the email address where the contact form submissions and alerts will be sent.') }}
@csrf
{{ __('Enter the email address where you want to send a test email to verify SMTP settings.') }}
@endsection