Merge branch 'master' of github.com:franknstayn/email_reports

This commit is contained in:
franknstayn
2020-02-29 06:48:49 -06:00

View File

@@ -76,6 +76,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);