Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Train ML Models With SQL You Already Know
BigQuery automates data prep, analysis, and predictions with built-in AI assistance.
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
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 bulk mailer 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.
Spread sheet mass mailer. Mail data in selected columns of a spread sheet to email addresses in one column. Could be used with Google forms. Requires activation.jar and mail.jar for encrypted mailing available from oracle/SF as well as datafile.jar f
JavaEmailer is a Java Classes Library that allows Java developers to easily integrate a mass mailer to their applications. JavaEmailer manages file attachments, SMTP servers, CCs, BCCs, plain text and/or html messages, and more...
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
OpenJean is a cross-platform, extensible, personal information manager. It includes: file manager, RSS aggregator, calendar and appointments diary, mailer, image manager, multimedia manager, favorites, notes, tasks, anniversaries, topics and address book
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.
A mailing service code written in JAVA where users can mail content without logging in their respective email ids. Very useful for organizations with high security.
Apache Avalon block for sending emails in a simplified manner.
This effort has now been moved to http://www.dpml.net/
Please contact niclas@hedhman.org for further details.
Various generic Apache Avalon blocks. Currently the Bali-Mailer and Bali-Console, more to follow.
This effort has been moved to the Digital Product Meta Library (http://www.dpml.net). Please contact niclas@hedhman.org for further details.
Send emails by creating an xml document. It can be scheduled or triggered and parse xml data from various mediums. You can create html emails w/ file attachments, or simple text messages. Just describe what you want in xml and watch your email go.
Simple parser of log files and mailer of interesting rows
Program gets log file (or any other text file), parse every included row. In config file there are messages which must be included or needn't be. Every row is compared with regex. After parse rest of file there is created mail message which is send out. Program is coded in Java.