1
preachur
Email Users only sends to first 100 users.
  • 2007/7/22 0:58

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


Our site has almost 10,000 users. Right now almost all of them are set up to receive emails from admins. I have upped the limits in php.ini so that it doesn't time out. However the site sends out the email to the first 100 users and no more than that. Is there any way to up this limitation?

Am I correct in thinking I can change the 100s in this code in mailusers.php to 10000?

$mail_end = ($added_count > ($mail_start 100)) ? ($mail_start 100) :


Please let me know.
Magick can never be restrained, but when freely given is thrice regained!

2
Will_H
Re: Email Users only sends to first 100 users.
  • 2007/7/22 12:22

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


I was under the impression that XOOPS was written to send 100 at a time until completed. This way it bypasses the annoying php mailer governor.

3
preachur
Re: Email Users only sends to first 100 users.
  • 2007/7/22 22:21

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


I changed that code to 10000 and it appears to have sent to all of the users, because about 600 bounced (I wish they would update their email addresses.)


When I hit send with it set at 100 it sent to the first 100, but then when I hit next it gave me a page not found error every time.

2.0.16
Magick can never be restrained, but when freely given is thrice regained!

Login

Who's Online

311 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 311


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits