You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

application-mailer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

application-mailer

tool to send bulk applications

1.0.3
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Application Mailer

This Node.js project automates the process of sending personalized job applications via email. It uses Gmail as the SMTP service and sends a common cover letter and resume to a list of recipient email addresses from a CSV file.

✨ Features

  • ✅ Send personalized emails with attachments
  • 📎 Attach your resume in PDF format
  • 📄 Include cover letter content from a .txt file
  • 📬 Read recipient emails from a CSV file
  • ✅ Skip invalid email entries
  • 📊 Logs the success/failure of each email
  • ⏱ Introduces a delay between each email to avoid rate-limiting

📦 Installation

# Clone the repository
git clonehttps://github.com/SayakGH/Application-Mailer.git
cd ApplicationMailer

# Install dependencies
npm install application-mailer

🚀 Demo

const Mailer = require("application-mailer");

const mailer = new Mailer("youremail@gmail.com", "your-app-password");

mailer.addInfo("./resume.pdf", "./coverLetter.txt");
mailer.addSubject("Application for Software Developer");
mailer.addCSV("./emails.csv", true, "Email");


if (!mailer.Errors()) {
  mailer.processApplications();
}

📝 TODO (Contributions Welcome)

  • Add HTML email support
  • Add logging to a .log file
  • Retry failed emails
  • UI/CLI interface
  • Email templates and personalization

Keywords

email

FAQs

Package last updated on 27 May 2025

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.