Browse Source

Uncommented code works better.

mark_story 14 years ago
parent
commit
e697c68da5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Controller/Component/EmailComponent.php

+ 1 - 1
lib/Cake/Controller/Component/EmailComponent.php

@@ -379,7 +379,7 @@ class EmailComponent extends Component {
 		$this->htmlMessage = null;
 		$this->textMessage = null;
 		$this->messageId = true;
-		// $this->delivery = 'mail';
+		$this->delivery = 'mail';
 	}
 
 /**