2
Here is what I have made for XOOPS 2.0.16.
find this line :
le="color: #000000"><?php var $SMTP_PORT = 25;
and replace it with :
le="color: #000000"><?php var $SMTP_PORT = 465;
find this line :
le="color: #000000"><?php $this->smtp_conn = fsockopen($host, # the host of the server
And just before, insert :
le="color: #000000"><?php $port = 465;
And use the smtpAuth option.