@extends('layouts.app') @section('title') Email Configuration @endsection @section('content') @php $user_role = Auth::user()->user_role; @endphp

Email Configuration Set up your email account

@include('layouts.flesh-message')

Configure Your Email Account

@csrf
For Gmail, Outlook, and Yahoo we recommend secure OAuth2 sign‑in. You can also use App Passwords for all three providers.
Enter the email address you want to configure
Use the email account's password

IMAP Settings (Incoming Mail)


POP3 Settings (Incoming Mail - Alternative)

Optional: Leave empty if using IMAP only

SMTP Settings (Outgoing Mail)

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection