Removed more unused code.

This commit is contained in:
Juan Basso 2011-04-17 11:26:50 -04:00
parent 35c77b5a7a
commit 1ee8ad6d8e

View file

@ -239,15 +239,6 @@ class EmailComponent extends Component {
*/
public $smtpOptions = array();
/**
* Placeholder for any errors that might happen with the
* smtp mail methods
*
* @var string
* @access public
*/
public $smtpError = null;
/**
* Contains the rendered plain text message if one was sent.
*
@ -376,14 +367,10 @@ class EmailComponent extends Component {
$this->subject = null;
$this->additionalParams = null;
$this->date = null;
$this->smtpError = null;
$this->attachments = array();
$this->htmlMessage = null;
$this->textMessage = null;
$this->messageId = true;
$this->_header = array();
$this->_boundary = null;
$this->_message = array();
}
/**