瀏覽代碼

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

kevinElken 9 月之前
父節點
當前提交
7fab26fd11
共有 1 個文件被更改,包括 1 次插入1 次删除
  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])));
     }
 }