Fetch alert mails from a configured IMAP-Server and delivers them to the Divera API
NPM Version >= 9.5.1 Node Version >= 18.16.1 TS-Node Version >= 10.9.1
Copy example env file
cp .env.example .env
and set up all configurations.
After that install all npm requirements
npm install
Execute ts-node public/index.ts
in the project root folder
All daily logs are written in the /log
folder.
The Divera Alert Receiver provides a test cron job, which sends a test alert in the configured interval.
This job can be configured via the .env
file.