bulk-email-sender
v1.0.15
Published
A tool to send bulk emails via CLI or web interface.
Downloads
11
Readme
Bulk Email Sender
This script allows you to send individual emails to a list of email addresses using Node.js and Nodemailer.
Prerequisites
- Node.js installed on your system. You can download it from nodejs.org.
Setup Instructions
Step 1: Create SMTP Transport Credentials for Gmail
To use Gmail's SMTP server, you'll need to create an app-specific password if you have two-factor authentication enabled. Follow these steps:
- Go to your Google Account.
- Navigate to the Security section.
- Under Signing in to Google, select App passwords. (You might need to sign in again.)
- At the bottom, choose Select app and choose Mail.
- Choose Select device and choose Other (Custom name), then enter a name (e.g., "Bulk Email Sender").
- Select Generate.
- Copy the 16-character app password.
Step 2: Install the node package
npm install -g bulk-email-sender
Use the package
bulk-email-sender
Enter the details
Visit 'http://localhost:3000'
Fill required details in web from and sumbit
your emails will be delivered...