@extends('layouts.app') @section('content')

SMTP Tester

Run Connection Test

@csrf

We will send a raw test email to this address.

Current Configuration (Read-Only)

@foreach($configs as $key => $config)

{{ $config['name'] }}

Host
{{ $config['host'] ?? 'N/A' }}
Port
{{ $config['port'] ?? 'N/A' }}
Username
{{ $config['username'] ?? 'N/A' }}
Encryption
{{ $config['encryption'] ?? 'None' }}
From Address
{{ $config['from'] ?? 'N/A' }}
@endforeach
@endsection