This commit is contained in:
paoloar77
2024-05-14 18:10:44 +02:00
parent dcf29f114b
commit 0a97b7fe3b
4 changed files with 1140 additions and 1209 deletions

View File

@@ -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));
});