|
|||
|
I am using ZF for an application that sends emails to my members.
ZF version 0.9.2 I am facing a very strange problem! I am looping on my members emails and try to send an email as : Quote:
Then I tried Quote:
I also tried to changed the content of my email and could get 21 emails sent! I thought about a memory issue but seems strange for only 21 emails! What else could it be? |
|
|||
|
I think it's because of the execution time limit. Set it to unlimited:
set_time_limit(0); Also, this can be overridden in the php.ini file by your hosting company. More: PHP: set_time_limit - Manual |
![]() |
| Thread Tools | |
| Display Modes | |
|
|