Bulk email sender run as windows background service
bulk email sender java
(1) Import emails form Excel file
(2) append more receiver's mails in the Excel file while the mailing program is still running.
(3) simultaneously/ in parallel start as many number of mailer-programs on my system as I want to.
(4) When mail is sent, the program should update Date and Time of sending of mail in another cell of the same Excel file
(6) Program hidden from everywhere. you can stop it form Task Manager" from Services/process list.
This email harvester and bulkmailer is written in java and is totally free. Must have java installed to Click & Run the .jar file. Get email addresses in batches. Mac OS use Contacts Extractor.jar with the JavaMail API in a \lib folder next to it.
A lightweight email framework for Java web applications that need to send bulk emails to their users. Rather than your application objects calling the mail system directly, simply implement the Mailable interface and let the mailer call you instead.