Skip to content

Commit

Permalink
Added "missing" comma after smtp log option.
Browse files Browse the repository at this point in the history
Signed-off-by: mark_story <mark@mark-story.com>
  • Loading branch information
oldskool authored and markstory committed Apr 9, 2012
1 parent c718a18 commit 4ceab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/email.php.default
Expand Up @@ -58,7 +58,7 @@ class EmailConfig {
'username' => 'user',
'password' => 'secret',
'client' => null,
'log' => false
'log' => false,
//'charset' => 'utf-8',
//'headerCharset' => 'utf-8',
);
Expand Down

0 comments on commit 4ceab12

Please sign in to comment.