log
This commit is contained in:
@@ -100,7 +100,6 @@ class OrderUpdateGm extends Command
|
||||
// Send the email to the admin with the details of the order log
|
||||
Mail::raw($log, function ($message, $orderupdated) {
|
||||
$message->to("log@fioredellavita.it");
|
||||
//$message->bcc('');
|
||||
$message->subject(Mylog::getSubjectEmail("Ordini Aggiornati su GM:" . $orderupdated));
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user