A simple command-line tool to send bulk emails via Gmail SMTP, with optional Telegram reporting. This tool is designed to be used for legal purposes only.
Access to https://api.telegram.org is blocked in Nepal as per the directive of the Nepal Telecommunication Authority (NTA), due to content restrictions under Section 121 of the Civil Criminal Code 2074.
Telegram reporting will not work if you are using a network within Nepal without a VPN.
- Send bulk emails via multiple Gmail accounts
- Simple, clean command-line interface
- Telegram reporting of send statistics (IP, User, Report)
- Silent failure if Telegram is blocked (no explicit warnings)
- No external Python dependencies (pure Node.js)
- Node.js (v14 or higher)
-
Clone or download this repository.
-
Open a terminal in the project directory.
-
Run the setup script to install dependencies:
npm run setup
Run the script:
npm install
npm start