From 738252734061fde49c49e7f0556efc6e50db6b43 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 17 Jun 2025 14:27:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2060e46..c6a20f1 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Where sample.json contains a raw test email in JSON format. 🛠️ Optional Per-Sender Automation -To auto-process incoming emails, create either: +To auto-process incoming emails, create either: • index.sh: a shell script that reads from stdin • index.php: a PHP script that reads from stdin @@ -89,7 +89,7 @@ These will be triggered automatically upon email arrival. ⸻ -📦 Dependencies +📦 Dependencies • PHP 7.0+ • No external dependencies (uses built-in PHP functions) • A small helper file at receiveEmail/lib.php (ensure it’s present)