Browse Source

bugfix: EK-1022: 新注册的会员没有收到Welcome Message Email.

kevinElken 9 tháng trước cách đây
mục cha
commit
7fab26fd11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      common/helpers/Email.php

+ 1 - 1
common/helpers/Email.php

@@ -25,6 +25,6 @@ class Email
             ->setHtmlBody($message)
             ->send();
 
-        LoggerTool::info('sendRegistrationEmail' . sprintf('sendRegistrationEmail: %s', json_encode([$email, $userName, $password, $response])));
+        LoggerTool::debug('sendRegistrationEmail' . sprintf('sendRegistrationEmail: %s', json_encode([$email, $userName, $password, $response])));
     }
 }