CUSTOM PD NOTOFICATIONS
This commit is contained in:
parent
4b6edd3cb6
commit
12786deb28
@ -523,7 +523,7 @@ 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';
|
||||||
if(ENVIRONMENT == 'production'){ $mail_id = 'cpa@smcfinance.com'}
|
if(ENVIRONMENT == 'production'){ $mail_id = 'cpa@smcfinance.com'; }
|
||||||
$mail->addAddress($mail_id);
|
$mail->addAddress($mail_id);
|
||||||
// $mail->addBCC("vitvelz@gmail.com", "Some BCC Name"); // Name is optional
|
// $mail->addBCC("vitvelz@gmail.com", "Some BCC Name"); // Name is optional
|
||||||
$mail->From = 'noreply@pdgenie.com';
|
$mail->From = 'noreply@pdgenie.com';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user