4
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.