CHANGE_MAIL_APPROVE_4 : AADHAVAN

This commit is contained in:
aadhavan valli 2024-07-10 12:09:08 +05:30
parent d7bbcb562a
commit 3014e6596d

View File

@ -807,7 +807,7 @@ class MasterController extends BaseController
echo $url;
$subject = 'BB-Sign Verify Document';
$message = "Dear " . $clientData->client_name . ",<br>" . $businessData->business_name . " has requested your approval for a document. Please click the link below to preview and approve.<br><br>" . $url;
$mail_send = $MailHelper->send_url_email('' , '', $subject, $message);
$mail_send = $MailHelper->send_url_email($clientData->email , '', $subject, $message);
if (!$mail_send) {
throw new \Exception('Email sending failed.');
}