Hi to all!
I see a strange behavior of CEmailLogRoute.
Here is my config:
array(
'class'=>'CEmailLogRoute',
'levels'=>'error, warning, info',
'emails'=>'support@example.com',
'headers'=>array(
'Content-Type'=>"text/plain; charset=UTF-8",
'TestHeader'=>"TestValue"
)
),
And E-mail I receive has not such headers, but values are added to the letter’s body like this:
text/plain; charset=UTF-8
TestValue
2012/08/20 10:12:12 [error] [exception.CHttpException.404] exception...
Any help will be appreciated )
Yii 1.1.10