[thelist] emailing a newsletter

Tony Crockford tonyc at boldfish.co.uk
Wed Oct 2 09:23:00 CDT 2002


> I have just found out that PostCast Server limits sending
> emails from outlook to
> 50 recipients!  Which is odd considering they specify that
> the server sends at
> speed 3,500 an hour!

It's 50 recipients per message, all you need to do is break the mailing
list into 50 address chunks and send it that way.

message to first 50 addresses
message to next  50 addresses
message to next  50 addresses

etc

PHP and a MySQL database should make that a doddle, bandwidth is your
next problem.....  who's going to pay for all that traffic?




More information about the thelist mailing list