Explorar o código

企业客服邮箱

541469799@qq.com hai 9 meses
pai
achega
a20fe22913
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      app/index/service/passport/UMailer.php

+ 2 - 3
app/index/service/passport/UMailer.php

@@ -90,8 +90,7 @@ class UMailer extends BaseService
 
         //$body = 'Your code is ' . $smsCaptcha . '.Please use it in 5 minutes';
 
-        $body = 'Hello, We are excited you have joined us! To confirm your email address, enter the code provided below on the email confirmation page. Verification code: '
-            . $smsCaptcha.'. If you did not make this request, please ignore this email';
+        $body = 'Thanks for join us, your verification code is ' . $smsCaptcha;
 
         $header = '';
         $mail_from = $this->get_address($this->strip_comment($from));
@@ -105,7 +104,7 @@ class UMailer extends BaseService
             $header .= "Cc: " . $cc . "\r\n";
         }
         $header .= "From: FreeShippingV<" . $from . ">\r\n";
-        $header .= "Subject: " . $smsCaptcha .' is your FSV code' . "\r\n";
+        $header .= "Subject: " . 'Verification code for FreeShippingVapes' . "\r\n";
         $header .= $additional_headers;
         $header .= "Date: " . date("r") . "\r\n";
         $header .= "X-Mailer:By Redhat (PHP/" . phpversion() . ")\r\n";