IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New crazy, question for you
What's your rate of sending bulk emails out in terms of number of messages per hour? Greg, do you have any insight into this number?
-Mike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New Slow
I issue my SMTP send requests in a controlled loop, and only attempt to send 2 a second. While undeliverables may build in my queue, almost all good addresses get sent as soon as my program asks them to.

This is for a couple of reasons.

I don't want to trigger spam filters. We only send to our inhouse list (real customers), but that doesn't mean if I attempt to send a bunch to the same ISP in a short while they won't be flagged as spam.

Also, this is a shared corporate internet connection. It is not that fast, something like 384KB. If I really let the mail server rip, I'd swamp the corporate traffic.
New Re: Slow
Thanks for the follow-up. Can you email me? mike splat mike vitale spot com.
-Mike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New We purposely use a SLOW machine.
a 500mhz machine with 256MB of ram in it.

We let as many thread as it'll run (hundreds). But due to the speed of the machine and the ,method we use to send out, we initiate a new connect for each e-mail address rather than a batch deliver.

Our rate per hour reaches about 100,000 attempts an hour. We have a initial immediate delivery rate of about 78% consistently. We get of those 78% we get about 5-7% back from Bounce after accept. Of the non-immediate we get reject notices for bad addresses (various reasons) of about 20% of the remaining 22%.

     crazy, question for you - (mvitale) - (3)
         Slow - (crazy) - (1)
             Re: Slow - (mvitale)
         We purposely use a SLOW machine. - (folkert)

Home of the stash-bringing masher!
50 ms