PHP based web application and mass mailing

bahaa2008

New Member
I have developed a web application where students across the country come and register for some academic purpose. The users are expected to be around 100k within next year. I need to send all of these people periodic mails. The web app is developed using codeigniter. The php script can run for 3000 seconds. But still the app is unable to send mails to more that 100 users. The machine I run is in cloud and has got 256MB ram. I used the free -m command to check the memory usage but that doesnt seem to be a problem. Everything works fine for 10-20 mails. What would be the best solutions? Is there any way I can transfer this job to some other app/program/shell script ?
 
Back
Top