Added "missing" comma after smtp log option.

Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
oldskool 2012-04-09 02:53:22 +02:00 committed by mark_story
parent c718a18218
commit 4ceab12085

View file

@ -58,7 +58,7 @@ class EmailConfig {
'username' => 'user',
'password' => 'secret',
'client' => null,
'log' => false
'log' => false,
//'charset' => 'utf-8',
//'headerCharset' => 'utf-8',
);