Skip to content

This script automates the outlook live mail using puppeteer and Node Js. This script automatically reads the mails and also Sends the mail to a particular email_Id.

Notifications You must be signed in to change notification settings

geekcodershivam/Mail_Reader_Outlook.live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail_Reader_Outlook.live

Build status npm puppeteer package Issue resolution status

Its primary purpose is to facilitate seamless e-mailing via Outlook Mail. In this Script, the user only needs to enter the recipient of the mail, the subject of the mail, and the Content of the Mail itself. The rest is handled by the script. It uses NodeJS with the puppeteer module to facilitate automated browser usage which first accesses www.outlook.live.com, then proceeds to log in to outlook mail using the credentials provided to it beforehand in a separate file. Once logged in, the script tells the browser to create a new mail, and then enters the details of the mail that it took as input earlier. Once all the data has been inputted, the browser sends the mail and shows a pop up at the bottom left, letting us know that the mail has been sent.

# install dependencies
npm install or npm i puppeteer

# Credentials Setup
--Email
--Password
--Sentemail
--filepath
--message
--subject
--Number of mails to read

# run
command run in bash:
sh cmd.sh
command run in cmd:
cmd.bat

2020-05-11-10-00-19-online-video

About

This script automates the outlook live mail using puppeteer and Node Js. This script automatically reads the mails and also Sends the mail to a particular email_Id.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages