Email Configuration

Configure SMTP settings for email delivery

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Leave blank to keep current password

Test Email Configuration

Send a test email to verify your SMTP settings are working correctly.

Cancel