forked from smartpager/msg-email
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cheetah a853f223b5 | 3 years ago | |
---|---|---|
html | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
config.json | 3 years ago | |
credentials.default.json | 3 years ago | |
index.js | 3 years ago | |
package.json | 3 years ago |
README.md
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)