Procházet zdrojové kódy

feat: EK-723-92: 修改会员注册成功后,邮件发送的Welcome Message的内容.

kevinElken před 10 měsíci
rodič
revize
80dec02f04

+ 2 - 9
common/helpers/Email.php

@@ -13,15 +13,8 @@ class Email
      */
     public static function sendRegistrationEmail(string $email, string $userName, string $password)
     {
-        $subject = 'Elken Welcome You.';
-        // $str = "<p>恭喜!  恭喜您成功注册到Elken Global系统和家庭。  我们致力于打造你来打造他人  使用下面提供的链接登录您的后台办公室   用户名=".$userName." 密码=".$password."  我们建议您将密码更改为您容易记住的密码。  如需进一步查询,请随时联系+23480 3413 0554  我们致力于确保您成功。  再次恭喜!</p>";
-        $str = "
-            <p>CONGRATULATIONS!</p>
-            <p>Congratulations on your successful registration into Elken Global system and family.  We are committed to building you to build others  Login to your back office using the link provided below  <a href='https://ngds.elken.com/#/login'>Member Management System</a>   Username = ".$userName." Password = ".$password."</p>  
-<p>We recommend that you change your password to what you will easily remember.  For further inquiries do not hesitate to contact +23480 3413 0554  We are committed to ensuring that you succeed.  </p>
-            <p>Once again congratulations!</p>
-        ";
-        $message = \Yii::t('app', $str);
+        $subject = \Yii::t('app', 'decRegistrationEmailSubject');
+        $message = \Yii::t('app', 'decRegistrationEmailContent', ['userName' => $userName, 'passWord' => $password]);
 
         $mailer = Yii::$app->mailer;
         $mailer->useFileTransport = false;

+ 11 - 1
common/messages/en-US/app.php

@@ -224,7 +224,17 @@ return [
     'dataFormatError' => 'Data format error',
     'decUserNameDoesNotExist' => '请输入报单中心编号',
     'decUserNameIsWrong' => '报单中心编号输入错误',
-
+    'decRegistrationEmailSubject' => 'Elken Welcome You.',
+    'decRegistrationEmailContent' => "
+        <p>Welcome to Elken Global!</p>
+        <p>Congratulations on successfully joining the Elken family! We are committed to empowering you to grow and succeed.</p>  
+        <p>Access your back office here: https://ngds.elken.com</p>
+        <p>Username: [{userName}]</p>
+        <p>Password: {passWord} (Please change it for security reasons.)</p>
+        <p>To kickstart your success journey, explore essential resources, videos, and guides here: https://bit.ly/ElkenWelcomeKit</p>
+        <p>For any inquiries, reach out to us at +23480 3413 0554. We are here to support you every step of the way.</p>
+        <p>Welcome aboard, and best wishes for your success!</p>
+    ",
 
 
     # 奖金

+ 11 - 0
common/messages/zh-CN/app.php

@@ -230,6 +230,17 @@ return [
     'currencyDoesNotExist' => '未设置汇率',
     'countryDoesNotSelect' => '未选择国家',
     'transferMemberDoesNotSame' => '转账会员非本国会员',
+    'decRegistrationEmailSubject' => 'Elken Welcome You.',
+    'decRegistrationEmailContent' => "
+        <p>Welcome to Elken Global!</p>
+        <p>Congratulations on successfully joining the Elken family! We are committed to empowering you to grow and succeed.</p>  
+        <p>Access your back office here: https://ngds.elken.com</p>
+        <p>Username: [{userName}]</p>
+        <p>Password: {passWord} (Please change it for security reasons.)</p>
+        <p>To kickstart your success journey, explore essential resources, videos, and guides here: https://bit.ly/ElkenWelcomeKit</p>
+        <p>For any inquiries, reach out to us at +23480 3413 0554. We are here to support you every step of the way.</p>
+        <p>Welcome aboard, and best wishes for your success!</p>
+    ",
 
     # 奖金
     'memberBonus' => '收益积分',