1
If you have trouble sending mail with SMTPAuth, find the following line near the end in xoopsmultimailer.php:
le="color: #000000"><?php $this->User = $xoopsMailerConfig['smtpuser'];
And change it to this:
le="color: #000000"><?php $this->Username = $xoopsMailerConfig['smtpuser'];