title change : ps
This commit is contained in:
parent
8d8e3a3c24
commit
e886b7c922
@ -541,7 +541,6 @@ class PDALERTS
|
|||||||
$mail->Password = "noreply@ssa"; // "The password"
|
$mail->Password = "noreply@ssa"; // "The password"
|
||||||
$mail->Port = 465; // "The port"
|
$mail->Port = 465; // "The port"
|
||||||
$mail_id = 'ssa@venbainfotech.com';
|
$mail_id = 'ssa@venbainfotech.com';
|
||||||
// $mail_id = 'sanjeev.p@venbainfotech.com';
|
|
||||||
if(ENVIRONMENT == 'production')
|
if(ENVIRONMENT == 'production')
|
||||||
{
|
{
|
||||||
$mail_id = 'cpa@smcfinance.com';
|
$mail_id = 'cpa@smcfinance.com';
|
||||||
@ -612,7 +611,7 @@ class PDALERTS
|
|||||||
if(count($sales_pd_data))
|
if(count($sales_pd_data))
|
||||||
{
|
{
|
||||||
$pd_type = "";
|
$pd_type = "";
|
||||||
if($sales_pd_data[0]['sales_pd_type'] == 1){$pd_type = "Physical PD-"; }else if($sales_pd_data[0]['sales_pd_type'] == 2){$pd_type = "Telep PD-";}
|
if($sales_pd_data[0]['sales_pd_type'] == 1){$pd_type = "Physical PD-"; }else if($sales_pd_data[0]['sales_pd_type'] == 2){$pd_type = "Tele PD-";}
|
||||||
$mail_subject = "Sales PD Report for ";
|
$mail_subject = "Sales PD Report for ";
|
||||||
$pdf_name = strtolower(trim($sales_pd_data[0]['applicant_name']));
|
$pdf_name = strtolower(trim($sales_pd_data[0]['applicant_name']));
|
||||||
$pdf_name .= '-'.$pd_type.$sales_pd_data[0]['abbr'];
|
$pdf_name .= '-'.$pd_type.$sales_pd_data[0]['abbr'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user