1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to send millions / billions of emails in a day!!

Discussion in 'PHP' started by prashcom, Oct 26, 2007.

  1. AndrewJ

    AndrewJ Peon

    Messages:
    353
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #21
    Billions? Oh dear.
     
    AndrewJ, Oct 31, 2007 IP
  2. bradical1379

    bradical1379 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Doesn't mean that 1 million people won't get an email 1 thousand times.
     
    bradical1379, Nov 1, 2007 IP
  3. madmax728

    madmax728 Banned

    Messages:
    620
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Ok you can do this
    <?php
    mail("to","topic","message");
    ?>
    This will send the email. You can use an array and a while loop to change the to address.
     
    madmax728, Nov 1, 2007 IP
  4. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #24
    You forgot to add this at the end of the solution:
    [period]

    :D
     
    Lordo, Dec 24, 2007 IP
  5. nedbulk

    nedbulk Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #25
    Can you help me find either a software or service provider who can help me send e-mails to a Yahoo inbox (not bulk folder) by IP rotation?


    I don't frequent this forum, so it is best if replies are sent direct to nedbulk@yahoo.com

    (and if you can't get into my inbox there, we probably don't have much to talk about!)


    I look forward to overwhelming responses.

    -Ned.
     
    nedbulk, Apr 17, 2008 IP
  6. markowe

    markowe Well-Known Member

    Messages:
    1,136
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    165
    #26
    No, but there ARE billions of email addresses out there, most of them defunct.

    I wish the original poster to miserably fail in his project. There is NO justification for sending out that much mail, and anyone helping this poster is part of the problem he is causing. Jakomo - it IS your problem, and the problem of every Internet user...
     
    markowe, Apr 17, 2008 IP
  7. singh.ajit05

    singh.ajit05 Peon

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #27
    IN case of millions or billions mail...........per day is very tuff stuff, but it can be possible..you have to take your own dedicated server and or and send mail locally........... In case of spam issue you must have to talk to your service provider, They will tell the exact amount of data send through mail daily...
     
    singh.ajit05, Apr 17, 2008 IP
  8. markowe

    markowe Well-Known Member

    Messages:
    1,136
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    165
    #28
    Oh, yeah, something like:

    $i == 0;
    while $i < 1000000000 {
    mail("to: everyone on planet earth","topic: some rubbish to fool the spam filters","Message: H1, I kn0w you d1dn't @sk for this m@il, but h3ll, we're going to w@ste your t1me, sp@ce, 1ntell1gence, and glob@l internet b@ndwidth on @dvert1sing some spurious product in the hope of selling at least 1, because if we used legit1mate m@rketing means, no-one would t0uch 1t");
    $i +=1
    }

    Beautiful, simple - keep the spam flowing.
     
    markowe, Apr 17, 2008 IP
  9. chathura87

    chathura87 Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #29
    theoretically

    $result=mysql_query("SELECT * FROM table");
            while($row = $result['emailaddress']);
    
            {
    
                    mail($to,$subject,$message,$headers);
    
            }
    
    
    
    
    PHP:
    will work
    but for billonszzz ?



    kapuva |
    kapuva |
    kapuva
     
    chathura87, Jun 16, 2009 IP
  10. uselessguy

    uselessguy Peon

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #30
    you should set time limit 0 for every script that you used otherwise time will expire :(
     
    uselessguy, Jun 17, 2009 IP
  11. James Barcellano

    James Barcellano Active Member

    Messages:
    114
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #31
    You DO NOT want to use the php mail() function for any email's in a loop. Even the PHP manual says that!
    http://us3.php.net/manual/en/function.mail.php

    And, you are going to need a heck of a lot of servers, and I don't think PHP would be the language of choice here for that amount of mail.
     
    James Barcellano, Jun 17, 2009 IP
  12. pubdomainshost.com

    pubdomainshost.com Peon

    Messages:
    1,277
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #32
    Wouldn't suggest doing on your own, your host / other providers could mark you as possible spam and block you / your domain or IP. Better to pay for this service and let professionals do the work for you!!
     
    pubdomainshost.com, Jun 17, 2009 IP
  13. SunstarShop

    SunstarShop Peon

    Messages:
    582
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #33
    I think this project has a not good purpose, for if it normal it no need to send million email one time!
     
    SunstarShop, Jun 17, 2009 IP
  14. techbongo

    techbongo Active Member

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #34
    Probably you need a dedicated server, a shared platform will not allow you to send bulk email (most of them allows some 500 email/day/account). You can use SMTP for sending mail, or just can use PHP mail() function. But friend, always remember to purchase a bundle of IP for your server. Because if you send lot of (I don't think billion is an appropriate term, because there is a time constrain, and the fact is, it may take a year to send this much emails) emails, your IPs will be black-listed one by one. And each day, you may have to use different IPs.

    My suggestion is: STOP SPAMMING, START READING!!!:D
     
    techbongo, Jun 17, 2009 IP
  15. vetrivel

    vetrivel Peon

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #35
    Is it really possible to send that much email.
    I think this is the reason why i get nearly 50 to 100 spam email per day.;-)
     
    vetrivel, Jun 17, 2009 IP
  16. techbongo

    techbongo Active Member

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #36
    Email receiving is indeed possible. Infact receiving emails is much more fast process than sending. You check, all the spams are not coming from same domain, right?
     
    techbongo, Jun 17, 2009 IP
  17. Bangrak47

    Bangrak47 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #37
    It will be definitely a spams,
     
    Bangrak47, Jun 17, 2009 IP
  18. vetrivel

    vetrivel Peon

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #38
    yes thats right .
    But the beautiful thing is ,I am recieving email from my email address itself(ie in most of the spam email sender address also mine).
    But i not doing this.
    Now whom i need to blame and how to trace the rela spam sender?


     
    vetrivel, Jun 29, 2009 IP
  19. vasyl

    vasyl Peon

    Messages:
    138
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #39
    Look at the message headers
     
    vasyl, Jun 29, 2009 IP
  20. vetrivel

    vetrivel Peon

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #40
    Hi ,
    this is what i have in the header

    from Lashay Odeh <vetriparamasivam@gmail.com>
    to
    date Mon, Jun 29, 2009 at 3:00 PM
    subject Confirm debit operation


    What to do?

     
    vetrivel, Jun 29, 2009 IP