I want to use a custom and the core Html-Helper CakePHP 2.x within an email view generated through the CakePHP console. I am using CakeEmail the normal way but cannot get a grip on how to include helpers.
How do I use/add/include helpers in a view generated through the CakePHP console?
Adding public $helpers = array('Html');
to the shell doesn't work.