Mail/smtp.php
authorEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:05:34 +0000 (13:05 +0800)
committerEdward <edward@roojs.com>
Tue, 14 Oct 2014 05:05:34 +0000 (13:05 +0800)
Mail/smtp.php

index 69c6b9b..9b66603 100644 (file)
@@ -330,6 +330,7 @@ class Mail_smtp extends Mail {
 
         /* Send the message's headers and the body as SMTP data. */
         $res = $this->_smtp->data($textHeaders . "\r\n\r\n" . $body);
+        print_R($res);exit;
                list(,$args) = $this->_smtp->getResponse();
 
                if (preg_match("/Ok: queued as (.*)/", $args, $queued)) {