Socket
Socket
Sign inDemoInstall

mass-emailer

Package Overview
Dependencies
22
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mass-emailer

A node.js CLI tool to send bulk emails


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Node Mass Emailer

A simpli CLI tool built with NodeMailer to send bulk emails by extracting emails from any given text/csv file.
currently, confugured only for Gmail.
Makse sure to enable "Allow login from less secure apps" from your gmail settings.

Installation

Install the CLI tool globally using NPM

npm i -g mass-emailer

Usage

Mass Emailer take two parameters, 1) The path to the CSV/Text file containing emails, 2) Path to the HTML file of the email.

mass-emailer hello.csv example.html
prompt: email: <Enter the email through which you want to send>
prompt: password: <Enter the password of the above email>
prompt: subject: <Enter the subject of the email>

Contributing

Send PRs, lol :smile:

Keywords

FAQs

Last updated on 25 Nov 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc