diff --git a/app/Console/Commands/SendTestEmails.php b/app/Console/Commands/SendTestEmails.php index 99fcc8dbdf75..c775dce2f27d 100644 --- a/app/Console/Commands/SendTestEmails.php +++ b/app/Console/Commands/SendTestEmails.php @@ -159,9 +159,9 @@ class SendTestEmails extends Command ->setSubject($message['subject']) ->setBody($message['body']); - Mail::to(config('ninja.testvars.test_email'), 'Mr Test') - ->cc($cc_emails) - ->bcc($bcc_emails) + // Mail::to(config('ninja.testvars.test_email'), 'Mr Test') + // ->cc($cc_emails) + // ->bcc($bcc_emails) //->replyTo(also_available_if_needed) //->send(new TemplateEmail($email_builder, $user, $client)); }