We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f745a4 + a397f03 commit 3cf30e3Copy full SHA for 3cf30e3
lib/Cake/Controller/Component/EmailComponent.php
@@ -29,9 +29,9 @@
29
* based on the standard outlined in http://www.rfc-editor.org/rfc/rfc2822.txt
30
*
31
* @package Cake.Controller.Component
32
- * @link http://book.cakephp.org/2.0/en/core-libraries/components/email.html
33
- * @link http://book.cakephp.org/2.0/en/core-utility-libraries/email.html
34
- * @deprecated Use Network/CakeEmail
+ * @link http://book.cakephp.org/2.0/en/core-libraries/components/email.html
+ * @link http://book.cakephp.org/2.0/en/core-utility-libraries/email.html
+ * @deprecated Will be removed in 3.0. Use Network/CakeEmail instead
35
*/
36
class EmailComponent extends Component {
37
0 commit comments