Skip to content

Maliuk/message-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message sender

Send emails/SMS to the recipients from the list in file.

How to use:

  • Fill settings. You can use SMTP or Twilio only.
  • Save settings
  • Fill all fields in main window
  • Click the start button,
  • Choose the txt file with emails and phones. Each email/phone should be placed at new line. See example file - recipients.txt

I hope you know how to use SMTP or Twilio services ;)

Requirements:

  • node js
  • npm or yarn
  • python (for building)

Clone repository:

git clone https://github.com/Maliuk/email-spammer.git

Install dependencies:

npm:

npm i

yarn:

yarn

How to start:

npm:

npm run scss && npm start

yarn:

yarn scss && yarn start

How to build:

npm:

npm run scss && npm run dist

yarn:

yarn scss && yarn dist

You can find the built app in dist folder.

About

Send emails and SMS to recipients from the list in file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published