Jump to content

"while" with up to large records


phpnewbie112

Recommended Posts

Hello,

 

I have a small script intended to send e-mails to multiple destinations using an upload form. I upload the txt file with one email per line, read it and send via w while loop to each line. Sending to up to 5000 emails in 1 file worked fine but when I try large files up to 10000, it is interrupted in the middle. any idea from where the problem might be coming?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/115999-while-with-up-to-large-records/
Share on other sites

ini_get('max_execution_time')  returns 30.

 

Just to clarify further, the same file but with 5000 emails worked fine, adding an additional 5000 it fails. that's the point. and it failed even before reaching the 1st 5000 emails that already worked fine.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.