added production email
This commit is contained in:
@@ -75,6 +75,7 @@ if($result > 0){
|
|||||||
$mail->addAddress('graphics@crewsportswear.com');
|
$mail->addAddress('graphics@crewsportswear.com');
|
||||||
$mail->addBCC("webmaster@crewsportswear.com");
|
$mail->addBCC("webmaster@crewsportswear.com");
|
||||||
$mail->addBCC("angelo@crewsportswear.com");
|
$mail->addBCC("angelo@crewsportswear.com");
|
||||||
|
$mail->addBCC("production@crewsportswear.com");
|
||||||
|
|
||||||
$mail->addAttachment('daily_order_reports/'.$filename);
|
$mail->addAttachment('daily_order_reports/'.$filename);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user