+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Member
    Join Date
    Sep 2008
    Posts
    65

    How send mail 1000 mail

    Hi I want know how send mail , 1000 mail , because i made a mail bomber
    help me please 1000 mail or +


    im turkish and i speak english sometime

  2. #2
    Member
    Join Date
    Oct 2007
    Posts
    61
    Well first of all, you would need to learn about Sockets. You would then need to make a peice of script that would connect to a SMTP server such as hotmail, login, then make a loop that would send 1000 emails.

  3. #3
    Retired Admin KriPpLer's Avatar
    Join Date
    Apr 2006
    Location
    \xeb\x06\x90\x90
    Posts
    2,063
    it will ban you after about 10 unfortunately. Might consider using proxys.

    __________________________________________________ _________________
    I like pie.

  4. #4
    Member
    Join Date
    Sep 2008
    Posts
    65
    can we with " for to do " command ?

    var
    i , b : integer;
    begin
    b:=strtoint(edit1.text);
    for i:=1 to b do
    begin
    ...............................
    ................................
    ...............................
    end;
    end;
    end.

    if we can , show our codes please

  5. #5
    Retired Admin KriPpLer's Avatar
    Join Date
    Apr 2006
    Location
    \xeb\x06\x90\x90
    Posts
    2,063
    yes or you can do something like,

    var
    i , b, c : integer;
    begin
    b:=strtoint(edit1.text);
    c := 0;
    while ((c <= b) and (Bombing = true)) do //Loop until b emails have been sent and bombing = true
    Begin
    ...............................
    ...............................
    ...............................
    if SendEmail(... )
    begin
    c := c + 1;
    end;
    end;
    end;
    end.

    __________________________________________________ _________________
    I like pie.

  6. #6
    Member
    Join Date
    Sep 2008
    Posts
    65
    can you do a file with this code for download please
    and Thank You

  7. #7
    Retired Admin KriPpLer's Avatar
    Join Date
    Apr 2006
    Location
    \xeb\x06\x90\x90
    Posts
    2,063
    I never was to fond of using email as a form of transmitting a file etc.. But I have seen units on the net used for delphi like SMPT.pas etc which is on trojanfrance. Sorry you expect me to just code some snippet for you. I normally would but thats asking a little too much since sending an email isn't something you just 'code up real quick' without having the right info and or doing some research which I am not prepared to do at the benefit of nothing.

    __________________________________________________ _________________
    I like pie.

  8. #8
    Unregistered
    Guest
    i have made one these are simple projects now your main concern is the SMTP then your well away

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Send Mail without smtp server
    By ratws in forum Snippets
    Replies: 4
    Last Post: 14-08-2010, 04:05
  2. Send mail?
    By MujaHid in forum Visual Basic Help
    Replies: 5
    Last Post: 26-08-2008, 22:44
  3. Spy Agent 1.2 (%100 Mail Send keylogger)
    By inferno4 in forum Malware Samples and Information
    Replies: 3
    Last Post: 16-10-2007, 21:16
  4. Replies: 5
    Last Post: 04-04-2005, 19:19
  5. send mail without smtp server
    By Mario in forum General Programming Help
    Replies: 2
    Last Post: 09-03-2005, 21:53

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.