Mark_Zuckerberg
10-04-2011, 06:39 PM
Hi all,
I am getting an issue with my mails when a new user create an account the mails are not going to his/her email address while the vbulletin show this error in admincp.
http://top10snaps.com/wp-content/uploads/2011/10/mail-error-2.png
the error which it's showing is on line 641 and the codding of 641 line is given below.
$this->smtpSocket = fsockopen(($this->secure == 'ssl' ? 'ssl://' : 'tcp://') . $this->smtpHost, $this->smtpPort, $errno, $errstr, 30);
please help to solve this problem.
I am getting an issue with my mails when a new user create an account the mails are not going to his/her email address while the vbulletin show this error in admincp.
http://top10snaps.com/wp-content/uploads/2011/10/mail-error-2.png
the error which it's showing is on line 641 and the codding of 641 line is given below.
$this->smtpSocket = fsockopen(($this->secure == 'ssl' ? 'ssl://' : 'tcp://') . $this->smtpHost, $this->smtpPort, $errno, $errstr, 30);
please help to solve this problem.