@extends('layouts.admin', [ 'title' => 'Email Settings', 'pageTitle' => 'Email Settings', 'active' => 'reminders', ]) @section('content')

Configure SMTP delivery for booking emails, invoice reminders, and follow-up messages.

@include('admin.reminders.partials.nav', ['activeTab' => 'email'])
Save Settings Send Test Email

SMTP ready

Last test delivered successfully

Open rate64.2%
Bounce rate0.8%
Failed today2

Use authenticated SMTP credentials from the business owner or platform mail provider.

Test emails validate host, port, encryption, username, password, and sender identity before reminders go live.

@endsection