فهرست منبع

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])));
     }
 }