CodeIgniter Forums
White scrren while sending large emails - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: White scrren while sending large emails (/showthread.php?tid=51982)



White scrren while sending large emails - El Forum - 05-25-2012

[eluser]Unknown[/eluser]
I am using CI 1.7 version.
I want to send large emails using loop. The server is dedicated one with most of unlimited feature.
Case: One page has list of emails about 10000, then check box on each, I select all emails then post them to another controller from where email to each member is sent in loop but this controller stays blank and stops. I select 500 emails at once it worked fine but not for larger email list.
Any solution? Please Help.


White scrren while sending large emails - El Forum - 05-25-2012

[eluser]Aken[/eluser]
Turn error reporting on and figure out what's wrong.