Skip to content

VitorOlivier/itsm-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itsm-mailer

ITSM Mailer is a application developer in Node.js to access ITSM site, scrape data and send e-mail. ITSM Mailer runs Puppeteer to scraper data and Nodemailer to send e-mail.

Getting Started

Installation

git clone https://github.com/VitorOlivier/itsm-mailer
cd itsm-mailer
npm i

Create file .env to set environment variable

NODE_HTTP_PROXY=<URL_PROXY>
NODE_ITSM_PWD=<PASSWORD_TO_ACESS_ITSM_PORTAL>
NODE_ITSM_USER=<USER_NAME_TO_ACESS_ITSM_PORTAL>
NODE_MAIL_PWD=<PASSWORD_TO_SEND_MAIL>
NODE_MAIL_USER=<USER_NAME_TO_SEND_MAIL>

Usage

In the project directory, you can run:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published