|
@@ -569,7 +569,7 @@ class AdminController extends Controller
|
|
|
|
|
|
public function emailAttachment(Request $request){
|
|
|
$params = $request->only(['toEmail', 'toName', 'subject', 'message', 'attachmentPath']);
|
|
|
- $response = $this->emailService->sendEmailWithAttachment($params);
|
|
|
+ //$response = $this->emailService->sendEmailWithAttachment($params);
|
|
|
return $this->pass();
|
|
|
}
|
|
|
|
|
@@ -587,7 +587,7 @@ class AdminController extends Controller
|
|
|
$emailParams['message'] = '<p>Your test results are now available in your secure account.</p><p>To view your results, please click the button below to log in:</p>';
|
|
|
}
|
|
|
|
|
|
- $response = $this->emailService->sendEmailWithAttachment($emailParams);
|
|
|
+ //$response = $this->emailService->sendEmailWithAttachment($emailParams);
|
|
|
return $this->pass();
|
|
|
|
|
|
}
|