|
@@ -100,7 +100,7 @@ class MailCaptcha extends BaseService
|
|
|
|
|
|
//Content
|
|
//Content
|
|
//$mail->isHTML(true); //Set email format to HTML
|
|
//$mail->isHTML(true); //Set email format to HTML
|
|
- $mail->Subject = 'Captcha';
|
|
|
|
|
|
+ $mail->Subject = 'Password';
|
|
$mail->Body = 'Your captcha is ' . $smsCaptcha['code'] . '.Please use it in 15 minutes';
|
|
$mail->Body = 'Your captcha is ' . $smsCaptcha['code'] . '.Please use it in 15 minutes';
|
|
$mail->AltBody = 'This is the Your captcha for Free Shipping Vapes';
|
|
$mail->AltBody = 'This is the Your captcha for Free Shipping Vapes';
|
|
|
|
|