From c0c2f52d38dbef60fd89abff7e947f7633ab0848 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sat, 25 Oct 2025 02:51:40 +0700 Subject: [PATCH] Add a sample report in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e40a791..cf9e1f7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ An open-source email deliverability testing platform that analyzes test emails a - **Database Storage**: SQLite or PostgreSQL support - **Configurable**: via environment or config file for all settings +![A sample deliverability report](web/static/img/report.webp) + ## Quick Start ### With Docker (Recommended)