|
@@ -90,8 +90,7 @@ class UMailer extends BaseService
|
|
|
|
|
|
//$body = 'Your code is ' . $smsCaptcha . '.Please use it in 5 minutes';
|
|
//$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 = '';
|
|
$header = '';
|
|
$mail_from = $this->get_address($this->strip_comment($from));
|
|
$mail_from = $this->get_address($this->strip_comment($from));
|
|
@@ -105,7 +104,7 @@ class UMailer extends BaseService
|
|
$header .= "Cc: " . $cc . "\r\n";
|
|
$header .= "Cc: " . $cc . "\r\n";
|
|
}
|
|
}
|
|
$header .= "From: FreeShippingV<" . $from . ">\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 .= $additional_headers;
|
|
$header .= "Date: " . date("r") . "\r\n";
|
|
$header .= "Date: " . date("r") . "\r\n";
|
|
$header .= "X-Mailer:By Redhat (PHP/" . phpversion() . ")\r\n";
|
|
$header .= "X-Mailer:By Redhat (PHP/" . phpversion() . ")\r\n";
|