wuhu-mail-notify/README.md
2025-03-12 17:14:57 +08:00

31 lines
314 B
Markdown

## Run
```bash
npm install
node index.js
```
## Setup
data/config.json
```json
[
{
"apikey": "",
"email": "your@email.address",
"uid": "your uid"
}
]
```
.env file
```
PORT=20123
TIMEOUT=60000
SMTP_HOST=
SMTP_PORT=
SMTP_SECURE=
SMTP_SENDER=
SMTP_PASS=
```
## Docker
see ```docker-compose.yaml```