Hi!
I have a amails list wich I send a mailling to every 24hours.
That list is growing veryfast and the time to send out to all emails soon will take more than 24hours wich could make a cycle that crash the server (the mailling queue will start doubling everyday because it would start sending new emails before finish the old ones).
So what is the solution? Get a new server to send the emails? Make a better proggy?
I am using perl with sendmail...perhaps I should write a program all in C without the use of sendmail, would it work?
I would appreciate any help you could give me!
Thank you!