testpao controller

This commit is contained in:
paoloar77
2024-05-16 19:27:26 +02:00
parent 0ce4a72e9d
commit 1f04085006
7 changed files with 36 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ class OrderUpdateGm extends Command
if($orderupdated > 0) {
// 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->to(Mylog::getEmail());
$message->subject(Mylog::getSubjectEmail("Ordini Aggiornati su GM:" . $orderupdated));
});