Explorar o código

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

kevinElken hai 9 meses
pai
achega
7fab26fd11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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])));
     }
 }