|
- --- app/Config/email.php.default 2012-09-01 10:28:02.000000000 +0200
- +++ app/Config/email.php 2012-09-25 12:46:38.596262074 +0200
- @@ -44,8 +44,8 @@
-
- public $default = array(
- 'transport' => 'Mail',
- - 'from' => 'you@localhost',
- - //'charset' => 'utf-8',
- + //'from' => 'you@localhost',
- + 'charset' => 'utf-8',
- //'headerCharset' => 'utf-8',
- );
-
|