Index: branches/5.3.x/core/kernel/utility/email_send.php =================================================================== diff -u -N -r15944 -r16156 --- branches/5.3.x/core/kernel/utility/email_send.php (.../email_send.php) (revision 15944) +++ branches/5.3.x/core/kernel/utility/email_send.php (.../email_send.php) (revision 16156) @@ -1,6 +1,6 @@ sendMethod == 'SMTP') { // create connection object if we will use SMTP - $this->smtpSocket = $this->Application->makeClass('Socket'); + $this->smtpSocket = $this->Application->makeClass('kSocket'); } $this->SetCharset(null, true); @@ -2091,4 +2091,4 @@ { $this->_logData = $log_data; } - } \ No newline at end of file + }