Skip to content

amfuzi-code/job-application-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“§ Auto Send Job Application Email

Created by: @amfuzi-code (ozi)

Project ini dibuat untuk mempermudah pengiriman lamaran kerja ke banyak perusahaan sekaligus menggunakan Node.js dan Nodemailer. Daripada kirim email manual satu per satu, script ini akan mengirim otomatis berdasarkan daftar email yang sudah disiapkan. πŸš€

✨ Fitur

  • Kirim email lamaran kerja otomatis ke banyak perusahaan.

  • Interval waktu antar pengiriman (default: 5 menit).

  • Support attachment (misalnya CV dalam format PDF).

  • Konfigurasi email & password lebih aman via config.json.

  • config.json, emails.txt, dan CV.pdf otomatis diabaikan dengan .gitignore.

πŸš€ Cara jalanin script sendmail.js di Termux

1.) Masuk ke foldernya Kalau file kamu ada di Documents/send_mail, jalankan:

  • cd ~/storage/downloads/job-application-sender

2.) Cek isinya

  • ls

  • (Harusnya muncul sendmail.js)

3.) Install Node.js (kalau belum)

  • pkg update && pkg upgrade -y
  • pkg install nodejs -y

4.) Install Nodemailer

  • npm init -y
  • npm install nodemailer

5.) Jalankan script

  • node sendmail.js

πŸ“‚ Struktur Project

β”œβ”€β”€ sendmail.js
β”œβ”€β”€ config.json
β”œβ”€β”€ emails.txt
β”œβ”€β”€ CV.pdf
└── .gitignore

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •