Update README.md

This commit is contained in:
git 2025-08-26 12:14:47 +01:00
parent 73f4c229c6
commit 66b359fcf7

View File

@ -36,13 +36,13 @@ data/
cd email-webhook-receiver
```
2. Make sure data/emails/ is writable by your web server:
2. Make sure data/emails/ is writable by your web server:
```bash
mkdir -p data/emails
chmod -R 775 data/emails
```
3. Configure your web server (e.g., Apache or Nginx + PHP) to POST email data to this script.
3. Configure your web server (e.g., Apache or Nginx + PHP) to POST email data to this script.