Results 1 to 4 of 4

Thread: using winsock email

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2002
    Posts
    89

    using winsock email

    I made an email bomber and if i try to send 20 mails or more i get disconnected. WHY?

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Possible securities setup with your Mail-Server?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2002
    Posts
    89

    Could i.....

    How can i reconnect
    this is the code
    VB Code:
    1. Dim i As Integer
    2. For i = 1 To Val(Text5.Text)
    3. With Winsock1
    4. .SendData "HELO " + "Josh" + NL
    5. end with
    6. next i
    7. end sub

    Now how can i make winsock recconnect and where do i insert it into that code?

  4. #4
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    E-mail bombers aren't nice.
    <removed by admin>

Posting Permissions

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



Click Here to Expand Forum to Full Width