7th point added : ps
This commit is contained in:
parent
9fd82c836d
commit
0f9db23eca
@ -809,11 +809,12 @@ class PDALERTS
|
||||
."<br> 3. Loan Amount : ".$core_details[0]['loan_amount']
|
||||
."<br> 4. Name of the loan applicant : ".$applicant_name
|
||||
."<br> 5. Contact Number : ".$core_details[0]['mobile_no']
|
||||
."<br> 6. Case initiated by : ".$case_initiated_by;
|
||||
."<br> 6. Case initiated by : ".$case_initiated_by
|
||||
."<br> 7. Case allocated to : ".$core_details[0]['pdofficer_name'];
|
||||
if(!empty($ref_str)){
|
||||
$msg .= "<br><br><br> This is an automatically generated notification mail. Please contact on ".$ref_str." for any
|
||||
queries/update. ";
|
||||
// print_r($msg);die();
|
||||
print_r($msg);die();
|
||||
if(!empty($mail_id)){
|
||||
$arg = array('mail'=>$mail_id,'pd_id'=>$pd_id,'msg'=>$msg,'subject'=>$subject);
|
||||
SELF::send_smcagencymail($CI,$arg);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user