SMPT mailing system

vnevermore

Member
Did any1 tested recently the SMTP mailing system under SSL encryption?
I cannot make it work so far. Just asking if any1 tried before i start digging into it.
 
If you are experiencing issues the place to check is:

/sources/misc/skin.php

line 141:
$mail->SMTPSecure = 'tls';

change to:
$mail->SMTPSecure = 'ssl';

Let me know how you make out, we may need to add a variable and admin field for this.
 
Back
Top