فهرست منبع

忘记密码,注册,注销用户,新邮件模板

lizhen_gitee 5 ماه پیش
والد
کامیت
d55723b588
1فایلهای تغییر یافته به همراه13 افزوده شده و 12 حذف شده
  1. 13 12
      application/common/library/Ems.php

+ 13 - 12
application/common/library/Ems.php

@@ -85,9 +85,10 @@ class Ems
         We have received your request to create an account for our app.<br>
         Please use the OTP code below to verify your email address:<br>
         <strong>'.$code.'</strong><br>
-        The OTP will expire in '. ceil(self::$expire / 60).' minutes.<br>
-        Sincerely,<br>
-        Elin Dance Studio Customer Support
+        The OTP will expire in '. ceil(self::$expire / 60).' minutes. If you did not request this register, please ignore this email ❤<br/>
+        Best Regards,<br/>
+        Elin Dance Studio<br/>
+        <img src="'.config('website_url').'/assets/img/logo3.png" style="width:136px;height:115px">
         ';
 
         return $str;
@@ -96,12 +97,11 @@ class Ems
     private static function msg_pwd($code){
         $str =
         'Hello!<br/>
-        We have received your request to reset your password for our app.<br>
-        Please use the OTP code below to verify your email address:<br>
-        <strong>'.$code.'</strong><br>
-        The OTP will expire in '. ceil(self::$expire / 60).' minutes.<br>
-        Sincerely,<br>
-        Elin Dance Studio Customer Support
+        We have received a request to reset the password for your account. Please use the OTP code below to reset your password: <strong>'.$code.'</strong><br>
+        The OTP will expire in '. ceil(self::$expire / 60).' minutes. If you did not request this password reset, please ignore this email ❤<br/>
+        Best Regards,<br/>
+        Elin Dance Studio<br/>
+        <img src="'.config('website_url').'/assets/img/logo3.png" style="width:136px;height:115px">
         ';
 
         return $str;
@@ -113,9 +113,10 @@ class Ems
         We have received your request to delete your account for our app.<br>
         Please use the OTP code below to verify your email address:<br>
         <strong>'.$code.'</strong><br>
-        The OTP will expire in '. ceil(self::$expire / 60).' minutes.<br>
-        Sincerely,<br>
-        Elin Dance Studio Customer Support
+        The OTP will expire in '. ceil(self::$expire / 60).' minutes. If you did not request this, please ignore this email ❤<br/>
+        Best Regards,<br/>
+        Elin Dance Studio<br/>
+        <img src="'.config('website_url').'/assets/img/logo3.png" style="width:136px;height:115px">
         ';
 
         return $str;