@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = __('SMTP Configuration'); @endphp @include('admin.partials.page_header') @endsection @section('content')
@method('POST')
Te invitamos a configurar los envíos de correo del sistema con una cuenta propia de tu empresa, para lo cual deberás contar con la siguiente información:
Datos Básicos de Configuración SMTP
id) && $smtp->port == '25') checked @endif>
id) && $smtp->port == '465') checked @endif>
id) && $smtp->port == '587') checked @endif>
id) && $smtp->encryption == 'ssl') checked @endif>
id) && $smtp->encryption == 'tls') checked @endif>
Ejemplo de Configuración para Proveedores Comunes
Proveedor Servidor SMTP Puerto Cifrado
Gmail smtp.gmail.com 465 (SSL) / 587 (STARTTLS)
Outlook/Hotmail smtp.office365.com 587 (STARTTLS)
Yahoo smtp.mail.yahoo.com 465 (SSL) / 587 (STARTTLS)
iCloud smtp.mail.me.com 587 (STARTTLS)
Zoho Mail smtp.zoho.com 465 (SSL) / 587 (STARTTLS)
Para probar tu configuración, da click aqui:
{{-- buttons --}}
{{ __('Cancel') }}

@endsection