* fix a bug.

This commit is contained in:
wangyidong
2015-11-02 08:38:58 +08:00
parent 1633dfb3aa
commit 38ec1e74ee
+1 -6
View File
@@ -8,13 +8,10 @@ class sendcloud
public $secretKey = '';
public $from = '';
public $fromname = '';
public $to = '';
public $cc = '';
public $subject = '';
public $content = '';
public $files = '';
public $headers = '';
public $replyto = '';
public $Subject = ''; //Compatible phpmailer.
public $nickNames = '';
@@ -219,9 +216,7 @@ class sendcloud
*/
public function clearAllRecipients()
{
$this->to = '';
$this->cc = '';
$this->replyto = '';
$this->nickNames = '';
}
/**