Sending bulk mail

I am writing a program to send mails to 10k mail ids. My SMTP server provider has set a limit of 100 mails per hour for sending emails which is not sufficient for me. Can anybody provide me a solution?
Does anybody know a public SMTP server without any send limit? Your help on this will be much appreciated.

Um, so, you're looking for a free public mail server that will let you spam as many
people as you want? Gee, I sure hope you don't find one!
If you have a legitimate need to send mail to 10000 people, you're going to need
to pay for it.

Similar Messages

  • Send bulk mails to a set of addresses

    Hi,
    I need to start my coding with the independent tool notification engine. So I need to do a bit R & D into writing an application which sends bulk mails to a set of addresses (could be in thousands).So how to send mails to addresses so that the system does not hog, nor should it long time to send such mails.
    Any one got the solution, please help me.
    Thanks
    Ramya

    Hi,
    As Martin mentioned, you can use transport rule to achieve your requirement ,
    The following screenshot for you reference:
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Send bulk mail in oracle apps 11i with pdf/Xls attachment

    hi,
    I have a task how can i send bulk emails in one go ( aprrox 150-200 emails in one go) in oaracle apps 11 with attachment pdf/xls
    thanks

    Duplicate post.
    how to send bulk mail in oracle apps 11i with pdf/Xls attachment
    Re: how to send bulk mail in oracle apps 11i with pdf/Xls attachment

  • How to send bulk mail in oracle apps 11i with pdf/Xls attachment

    hi,
    how to send bulk emails in one go ( aprrox 150-200 emails in one go) with attachment pdf file in oracle apps 11i
    thanks

    I'd use BI Publisher (XML Publisher) Bursting.
    Regards,
    Gareth
    http://garethroberts.blogspot.com
    http://www.virtuate.com

  • SENDING BULK MAIL in JAVAMAIL

    I'm trying to send 5000+ emails per session... Each email is personalized. what would be the best way to send each mail?
    performance is somewhat critical...
    currently, i create one session, then create Message for each email, stuff the variables, then send them one by one...
    how about creating a stack of Message (with individual Sessions) and then send them one by one? is there a limit on how many Messages i can create on a single session?
    thanks in advance...
    dave..

    Creating one session as compared to two is quite a bit faster when dealing with 5000+emails. If you have each invidual session doesn't that mean you have to open close a Transport each time? If the way you have now works, why do you want to change it? As for a limit of how many Messages, there isn't one as long as your mail server doesn't mind you sending that many at one time. Anyone please feel free to correct me if I am wrong.

  • How to send bulk mails

    hai,
    i am developing a email application in java.
    i need to send mail to bulk members..how do i achieve it.
    all members in the mail should not know the other member mailid...how to do that.
    if any one can guide me and if source is provided..that will be help full..
    my mailid: [email protected]
    with regards,
    ashok

    use this two programs
    import javax.mail.*;
    import java.util.*;
    import javax.mail.internet.*;
    class Mail{
         Session session;
         public Mail(){
              Properties p = System.getProperties();
              p.put("mail.smtp.host","earthlink.net");
              session = Session.getDefaultInstance(p,null);
         public void sendMail(String to){
              try{
                   MimeMessage mm = new MimeMessage(session);
                   mm.setFrom(new InternetAddress("[email protected]"));
                   mm.addRecipient(Message.RecipientType.TO,new InternetAddress(to));
                   mm.setSubject("Java Mail using Java Stored Procedure");
                   mm.setText("This mail is transported by Java Mail, and the back end used is Oracle 9i");
                   Transport.send(mm);
              }catch(MessagingException me){
                   me.printStackTrace();
    import java.util.Properties;
    import java.sql.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class BulkMailExample {
      public static void main (String args[]) throws Exception {
           Connection con = null;
           Statement stmt = null;
           ResultSet rs = null;
        try{
             Class.forName("oracle.jdbc.driver.OracleDriver");
        }catch(java.lang.Exception e){
             e.printStackTrace();
        try{
             con = DriverManager.getConnection("jdbc:oracle:thin:scott/tiger@localhost:1521:ksenji");
             stmt = con.createStatement();
             rs = stmt.executeQuery("select toAddress from sendMail");
             System.out.println("sending Mail");
             Mail m = new Mail();
             while(rs.next()){
                  System.out.println("sending Mail");
                  m.sendMail(rs.getString(1));
                  System.out.println("Mail Sent");
        }catch(SQLException ex){
             ex.printStackTrace();
        finally{
             try{
                  rs.close();
                  stmt.close();
                  con.close();
             }catch(SQLException ex){
                  ex.printStackTrace();
    }

  • How to Send biulk mail  for 20,000 people with out blocking the mail server

    Hi .......... ALL
    I am developing a News module in our project, for this have to write code to send everyday news for 20,000 mail Ids
    I Developed a code that can send to one Id or multiple.
    Weather this type of mail sending treated as spam mail or blocking the mail server i did not know, any of one can please help me.
    If this type is not suitable then what is way to send bulk mails please guide me
    please help me......................
    BY Ramds
    MY Mail ID: [email protected]
    Edited by: ramdasteja on Oct 3, 2008 4:13 AM

    Hi .......... ALL
    I am developing a News module in our project, for this have to write code to send everyday news for 20,000 mail Ids
    I Developed a code that can send to one Id or multiple.
    Weather this type of mail sending treated as spam mail or blocking the mail server i did not know, any of one can please help me.
    If this type is not suitable then what is way to send bulk mails please guide me
    please help me......................
    BY Ramds
    MY Mail ID: [email protected]
    Edited by: ramdasteja on Oct 3, 2008 4:13 AM

  • Can't delete bulk mail message because can't see end of error message

    My problem started trying to send bulk mail. I received the message "cannot send message using the server outgoing..... The server “outgoing.yahoo.verizon.net” did not recognize the following recipients:"
    The problem is it is showing all the addresses I put in which doesn't end at the bottom of the screen. I guess at the end of the box, there must be some kind of choice I can click, but I just can't see it. I tried changing the screen resolution but still can't see the end of the message. I have to Force Quit to get out of Mail. How can I delete this message?

    I am having exactly the same problem as I run a rugby club and am trying to sent to circa 500 people. However I get exactly the same problem you have described. The only way I have found of getting rid of the offending message is to quit\force quit mail and then relaunching. If it tries to send again I turn off AIrport and this puts the message into the outbox from where you can delete it.
    Some ISP's in th UK limit how may recipients you can send a mail to to stop bulk mailers but the mac servers will sometimes let you send to in excess of 60.
    I'll try and let you know if I find a way around this.

  • I am having trouble sending bulk emails (less than 100 at a time) on my gmail account using group names created from my address book.  I use Mail on my I-Mac.  When I try to send out a bulk email, the message shows up that my server can't send them, etc.

    I am having trouble sending bulk emails from a Mail Group (less than 100 at a time) on my gmail account.  They come back saying the server can't recognize the data and try again with selected server or try later or edit message, all of which I have attempted a number of times, including re-booting the computer.  I am wondering if there is something wrong in my Address Book?  I have check Apple Preferences, and Mail Preferences and all seems in order.  I can send to any of the individual addresses, but not in a group.
    Thanks for your help.

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • In my Mail program (4.6), OS10.6.8, can I send bulk email bcc? If so is there a limit to the number of names/addresses that I can send?

    In my Mail program (4.6), OS10.6.8, can I send bulk email bcc? If so is there a limit to the number of names/addresses that I can send?

    To add the BCC field to the message window, create a new message, click the 'three lines' button near the to and from fields & select the 'BCC Address field' or choose the 'customise' option. This button may be a 'gear' on the older OS (I don't recall for 10.6.8 Mail).
    The BCC field is more likely to be limited by the email server than Mail app. If you add hundreds of addresses (or use large groups with many addresses) the email server may assume you are sending spam. Sometimes it causes the server to drop the message or bounce them, different providers also have different rules, so you need to use bcc & ccc with care.
    If you plan on doing mass mailing you would be better with a service that handles it correctly for you (i.e. sends multiple messages without using ccc or bcc).

  • Mail is in a loop.  I tried to send a bulk mailing from Filemaker Pro 10 and it has my mail program in a loop.

    I attempted to send a bulk mailing from my Filemaker Pro 10 database.  There were two bad addresses in the mix and mail continues to paint the attempts on my screen.  I have force quit the program but when I open it again, it goes back into the loop and paints messages until the program crashes.  How can I stop the emailing?

    Start off by trying to reset the ipad. Press and hold the power and home buttons at the same time until the device powers down and you see the Apple logo.

  • Mail merging - getting peoples names to appear when I send bulk email

    I am sending a mass email of sorts, I want the people I am sending the mail to first name to appear at the top of the letter.
    How do I mail merge, or have first name appear when I am BCC emailing 20 email addresses at a time

    AFAIK, there's no built-in way to do an email merge in Apple Mail. There are third-party bulk mail programs such as Direct Mail which will do what you describe.
    Matt

  • Why do some of the e-mails a friend sends me go into bulk mail?

    Why do some of the e-mails a friend sends me go into bulk mail?

    It has to do with how your mail client sees the mails. Some addresses get flagged, other times they trigger other alerts, such as sending out too many at once, or having sent out spam in the past (perhaps innocently with their addresses spoofed) Other times topics can trigger the spam filters or key words.

  • Cannot move junk email to Bulk Mail folder in Yahoo, greyed out

    I've searched but so far no luck.  Ever since I added my two Yahoo email accounts on my iPhone 4, I cannot seem to send junk email from my inbox to my Bulk Mail folder, it is greyed out.  First off, I've confirmed that the Bulk Mail folder on my iPhone is the same as my Spam folder in Yahoo mail on the desktop.  I can see the same emails in both folders.  Anyone have the same experience and found a way to correct this, or is this just a Yahoo limitation?

    I am having the same problem, but I'm not very clear on how to follow the steps.
    went to my yahoo account in IOS;
    hit edit, hit "new mailbox" at the bottom right corner of the screen;
    entered a name;
    below that, it has "Mailbox Location", I opened it;
    it list all my personal folders, I am stuck here.
    How do I "point the mailbox location to the Bulk Mail folder", as instructed? Am I missing a step?
    This is for iPhone 4S, with the latest released version. Thank you!

  • Setting up ExecutorService to manage a group in a bulk mailer

    I'm trying to write a bulk mailer for a scheduling application which deals with groups of people. What I'm trying to do is to takes a collection and split into the individuals and then use newCachedThreadPool() to build and send the message in a separate thead so that the mailer doesn't affect the rest of the application. I've got the body being built successfully but instead of getting it to send individually, it is sending multiple times to the same address, so if I have five addresses, it can send five copies of the same mail to the last address five times and ignore the first four. I'm also trying to ensure that it has only one address in the TO field as well (which was what was happening in the non-concurrent version) but the pool appears to want to add all the addresses into one to field when it does send.
      private Calendar cal1;
      private String sender;
      private String recip;
      private String subject1;
      private ArrayList<String> recip1;
      class sendMail implements Runnable {
           public sendMail (Calendar cal1,
                              String sender,
                              ArrayList<String> recip1,
                              String subject1) {
              public void run() {
                   try {
                          Iterator it = recip1.iterator();
                          while (it.hasNext()){ 
                                    String to = it.next().toString();
                                         msg.setFrom(new InternetAddress(sender));
                                         msg.addRecipient(javax.mail.Message.RecipientType.TO, new InternetAddress(to));
                                        msg.setSubject(subject1);
                                        msg.setSentDate(new Date());
                                        msg.setContent(content, "text/calendar");
                                       msg.setText("Test calendaring mail");
                           Transport tr = sess.getTransport(config.getProtocol());
                           tr.connect();
                           tr.sendMessage(msg, msg.getRecipients(javax.mail.Message.RecipientType.TO));
                    } catch (Exception e) {
                            e.printStackTrace();
      public boolean mailEntity(Calendar cal,
                                String originator,
                                Collection<String>recipients,
                                String subject) throws CalFacadeException {
           cal1 = cal;
           sender = originator;
           subject1 = subject;
             recip1 = new ArrayList<String>();
           pool = Executors.newCachedThreadPool();
           if (debug) {
             debugMsg("mailEntity called with " + cal);
          getConfig();
          if (config.getDisabled()) {
             return false;
          try {
              String domain = "bar.com";
               Iterator it = recipients.iterator();
                 while (it.hasNext()) {
                      String recip = it.next().toString();
                      debugMsg("String is " + recip);
                      String[] splitting = recip.split("@");
                      String split = splitting[1];
                      debugMsg("Split string is " + split);
                      if (split.equals(domain)) {
                      log.info("Recipient is " + recip);
                         try {
                            conn = DriverManager.getConnection("connection");
                            stmt = conn.createStatement();
                            rs = stmt.executeQuery ("SELECT DISTINCT username FROM listname");
                            while (rs.next()) {
                             String groupmember = rs.getString(1);
                             recip1.add(groupmember);
                                if (originator == null) {
                                   sender = config.getFrom();
                                if (subject == null) {
                                      subject1 = config.getSubject();
                              pool.execute(new sendMail(cal1, sender, recip1, subject1));
                        rs.close();
                        stmt.close();
                     }catch (Exception e) {
                        e.printStackTrace();
                      } finally {
                        if (conn != null) {
                            conn.close();
                    } else {
                         recip1.add(recip);
                         if (originator == null) {
                            originator = config.getFrom();
                         if (subject == null) {
                                subject1 = config.getSubject();
                         pool.execute(new sendMail(cal1, sender, recip1, subject1));
               }//end while
                   return true;
                    } catch (Throwable t) {
                      if (debug) {
                          t.printStackTrace();
                 throw new CalFacadeException(t);
      }I'd be grateful for any pointers.

    Hi BaroqueThoughts,
    I've pasted your code into an IDE and it looks like that the sendMail class is a inner class, with the listed variables as fields of the parent class
      private Calendar cal1;
      private String sender;
      private String recip;
      private String subject1;
      private ArrayList<String> recip1;
      class sendMail implements Runnable I notice in the run() method the field recip1 is used, the scope of this variable will be of the parent class not the inner class (sendMail). This means that all instances of sendMail will access the same list, which being an ArrayList alone is not really suited for multithreaded usage.
    public sendMail (Calendar cal1, String sender,
    ArrayList<String> recip1, String subject1) {
    }The above constructor does nothing with the passed in values, none of the variables are stored in a field of the class. By coincidence there appear to be variables with the same names and types declared in the parent class (which the inner class can access) so there's no compilation problems.
    pool.execute(new sendMail(cal1, sender, recip1, subject1));If you hadn't guessed by now that means the variables your entering into the sendMail() constructor during the mailEntity() are not being used, the variables held in the parent class are the ones being used.
    In short, I'd say that the problems your experiencing are most likely due to concurrent accessing of fields.
    Pointer: Refactor the Runnable class into it's own file and so making it a public class, this will should all the fields that you will need to control access to or relocate (e.g. synchronize / volatile / use different API class/ factor out into runnable class).

Maybe you are looking for

  • Yosemite slow on MacBook Pro mid 2012

    Hi Anyone My MacBook Pro, 13 inch mid 2010, 2.5GHz intel Core i5, 4GB 1600 MHz, Intel HD Graphics 4000 1024 MB Updated to os x Yosemite 10.10 (German Version) Problems:- Slow in loading Apps, e.g. Safari load very slow and if I want to type something

  • Alv report*urgent

    diff erence between list and grid display. difference between occurs 0 and occurs 10

  • Transportation problem in Dev system

    Hello All, I am getting the problem in Transportation. While i am transporting the request from Dev to Quality, the problem is comming in Export. please see the bellow error messages. Exports with Errors       No Further Transport     TBD TB Developm

  • Trying to convert pdf to word - error message " an error occurred while signing in " - How do i get it to work ?

    have been using convertor form more than a year now to convert pdf to word documents have started to get message 'an error occurred while signing in' Help please ??

  • Running program.java

    hi! i try to execute *.java using the command line java *.class usually i find this error Exception in thread "main" java.lang.NoClassDefFoundError: workspace/freespace/os/class. the compilation is done correctly(no error). the class os exit and it i