mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Added "missing" comma after smtp log option.
Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
parent
c718a18218
commit
4ceab12085
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class EmailConfig {
|
|||
'username' => 'user',
|
||||
'password' => 'secret',
|
||||
'client' => null,
|
||||
'log' => false
|
||||
'log' => false,
|
||||
//'charset' => 'utf-8',
|
||||
//'headerCharset' => 'utf-8',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue