Menu

#127 XoopsMultiMailer warning

XOOPS_2.2
open
nobody
None
5
2012-09-25
2005-08-24
zoullou
No

If i use mail PHP function to send mail, i don't put
SMTP Host in mail config an i have an error with
implode in class/mail/xoopsmultimailer.php at line 171.

Replace this line by :

if($xoopsMailerConfig['smtphost'] != '') {
$this->Host = implode(';',$xoopsMailerConfig['smtphost']);
}

Cheers

Discussion


Log in to post a comment.