1
Shiva
Xoopsmailer limits?
  • 2010/12/15 14:22

  • Shiva

  • Quite a regular

  • Posts: 280

  • Since: 2006/7/9 1


Hi All,

I am sending over 5000 mails on a regular basis using xoops 2.5 using hermes newsletter. But it is failing halfway through the list at this point in the xoopsmailer class:

if (! $this->multimailer->Send()) {
$this->errors[] = $this->multimailer->ErrorInfo;
return false;
}

It does not even get to the second line. It just breaks at that point, exits out of the code completely!
The list does not consistently fail on a given record number or on a given mail address, but it seems random between the record no 2100 and 2300.

I am very confused. Can anybody offer any help on this?

Many thanks.

2
ghia
Re: Xoopsmailer limits?
  • 2010/12/15 14:47

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Probably you are hitting limits in memory use, execution time or processing power on your server.
You are in the mass mailing category and this requires dedicated solutions for software and server.

3
wishcraft
Re: Xoopsmailer limits?

Most hosting providers have a limit on the amount of emails that can be sent, this section of the code needs to be refactorised to address them all as a BCC in the one email send rather than multiple.

You need to look at your send mail amount or use a SMTP with no limits, this limit is set by your host.

Resized Image
www.ohloh.net/accounts/226400

Follow, Like & Read:-

twitter.com/RegaltyFamily
github.com/Chronolabs-Cooperative
facebook.com/DrAntonyRoberts

Login

Who's Online

186 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 186


more...

Donat-O-Meter

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

Latest GitHub Commits