No description
Find a file
2024-07-03 12:18:48 +02:00
html Added dynamic base path determination for HTTP requests 2024-06-17 15:48:50 +02:00
.gitignore first commit 2022-02-20 16:41:25 +00:00
config.json added webinterface for configuration 2022-02-20 16:41:27 +00:00
credentials.default.json added duplex response handling 2022-02-20 16:41:27 +00:00
index.js fixed handling 2022-02-20 17:07:40 +00:00
package.json added duplex response handling 2022-02-20 16:41:27 +00:00
README.md Update README.md 2022-02-20 16:41:27 +00:00

msg-email

Creates Notifications from incoming E-Mails, supports parsing/custom handling.

Installing

git clone https://github.com/smartpager-network/msg-email
cd msg-email
npm install
cp credentials.default.json credentials.json
# EDIT credentials.json
# EDIT config.json
node index.js # or pm2 start index.js # if you have pm2 installed(https://pm2.keymetrics.io)