Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    PlexBulkMailer 1.0

    Download button

    No screenshots available
    Downloads: 357  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.5/5)
    2 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    PlexObject Solutions, Inc. | More programs
    Shareware / USD 399.95 | BUY the full version
    December 21st, 2007, 07:59 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    PlexBulkMailer description

    PlexBulkMailer component accepts an email request for multiple recipients and then sends the underlying email message to each id

    PlexBulkMailer component accepts an email request for multiple recipients and then sends the underlying email message to each identified recipient. The component employs a threaded model and enables multiple SMTP servers to be configured to increase system throughput during bulk email processing. The Bulk Email component can be used for any bulk emailings.

    Accept a list of recipients and a standard message. Accept a list of recipients and custom messages for each. Accept a list of recipients, a corresponding xml file for each recipient, and a standard xsl template.

    Usage:

    import com.plexobject.mail.bulk.*;
    import java.util.*;
    import java.io.*;
    import java.net.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.activation.*;
    import javax.mail.event.*;


    public class BulkTester {
    //
    public static void main(String[] args) throws Exception {
    String from = "from@somehost.com";
    String[] to = new String[] {"sm@msn.com", "asdf@yahoo.com"};
    BulkEmailer bm = new BulkEmailer(new File(args[0]), -1);
    bm.sendTextMessage(from, to, "subject " +
    new Date(), "message text" +
    new Date(), null, true);
    //bm.sendTextMessage(from, to, "subject", "message text", null, false);
    System.out.println("Sent completed");
    }
    }

    Requirements:

    · JRE 1.4 or newer



    Product's homepage

    Requirements:

    · JRE 1.4 or newer

      


    TAGS:

    bulk mailer | mail library | email request | bulk | mail | e-mail

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM