
I tried your method above and it worked using the default php mail()
So what is the problem with the normal way of sending email? I didn't have a problem until we got over 150 members, so is the problem something to do with the amount of members a site has?
I also found this error after sending mails by the above method
Warning [PHP]: implode(): Bad arguments. in file class/mail/xoopsmultimailer.php line 171
Line 171 reads:
$this->Host = implode(';',$xoopsMailerConfig['smtphost']);