Added the config to reset.

This commit is contained in:
Juan Basso 2011-04-09 23:34:34 -04:00
parent 22445e2583
commit fd248acadd

View file

@ -849,6 +849,7 @@ class CakeEmail {
$this->_emailFormat = 'text';
$this->_transportName = 'mail';
$this->_attachments = array();
$this->_config = 'default';
}
/**