lifelineamerica
Programmer
I built a script that will send an email to a bunch of people from a list.
At each row, I have a checkbox to select whether to include that person in the mass email or no.
Funny thing that's happening is that if I choose less than 10 people to email it goes through, however if I choose anything more than 10 people I am redirected to the homepage of the site. (???)
I don't know if indeed it is PHP that's doing it, or maybe the server itself is doing it.
I figured maybe if it is PHP, then it may be related to PHP directive restrictions , though I don't see any warnings in the php.log file only a bunch of "PHP Notices".
If it would be a directive in there I can't for the life of me figure out which one it could be.
Although the emails are HTML emails and contain pictures, the size of each email is only 8.8 KB. I thought maybe post_max_size would be a trigger, but that is set to 8M which is like 100 times the size of 10 emails.
At each row, I have a checkbox to select whether to include that person in the mass email or no.
Funny thing that's happening is that if I choose less than 10 people to email it goes through, however if I choose anything more than 10 people I am redirected to the homepage of the site. (???)
I don't know if indeed it is PHP that's doing it, or maybe the server itself is doing it.
I figured maybe if it is PHP, then it may be related to PHP directive restrictions , though I don't see any warnings in the php.log file only a bunch of "PHP Notices".
If it would be a directive in there I can't for the life of me figure out which one it could be.
Although the emails are HTML emails and contain pictures, the size of each email is only 8.8 KB. I thought maybe post_max_size would be a trigger, but that is set to 8M which is like 100 times the size of 10 emails.