Explorar el Código

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

kevinElken hace 9 meses
padre
commit
7fab26fd11
Se han modificado 1 ficheros con 1 adiciones y 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])));
     }
 }