I am running a mailing list in which I need to send a mailing to my members each night. Currently, I am getting the info from the Database, and looping through the results using mail() inside the loop to email each member. Right now, the list size is about 100,000 members, and growing rapidly.
I have a dedicated dual pentium 1000mhz with a gig of ram, but the mailing just doesn't send fast enough. If I remember correctly, I read something in the past about the PHP
mail() function not being very good to do what I need to. However, it's imperative that I include member information within the email, such as username, password, etc, and none of the Bulk Email software I have found is capable of this.
Does anyone have any suggestions as to what I should do? Are there any options that use PHP?