2025-03-12 17:14:57 +08:00

314 B

Run

npm install
node index.js

Setup

data/config.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