@extends('layouts.internal') @section('content')
Operations
Transactional mail intent and transport status. “Sent” means the configured mail transport accepted the send attempt.
| Type | Recipient | Source | Status | Attempts | Created | Action |
|---|---|---|---|---|---|---|
| {{ $delivery->notification_type }} | {{ $delivery->recipient_email }} | {{ $delivery->source_type }} / {{ $delivery->source_public_reference }} | {{ ucfirst($delivery->delivery_status) }}@if($delivery->last_failure_code) — {{ $delivery->last_failure_code }}@endif | {{ $delivery->attempt_count }} | {{ $delivery->created_at }} | @if($delivery->delivery_status === 'failed')@else — @endif |
| No notification deliveries found. | ||||||