Update README.md

This commit is contained in:
git 2025-06-17 14:27:14 +01:00
parent a537ccd109
commit 7382527340

View File

@ -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 its present)