Update README.md

This commit is contained in:
git 2025-06-17 14:23:16 +01:00
parent 50b6e7fa05
commit bb35d5691c

View File

@ -18,11 +18,17 @@ This is a simple PHP webhook endpoint designed to receive incoming emails from [
## 📁 Folder Structure ## 📁 Folder Structure
data/ data/
└── emails/ └── emails/
└── example.com/ └── example.com/
└── alice/ └── alice/
├── 65ef123e4c1a0.eml ├── 65ef123e4c1a0.eml
├── index.php # optional ├── index.php # optional
└── index.sh # optional └── index.sh # optional
--- ---