test
This commit is contained in:
@@ -260,6 +260,12 @@ class TestPao extends Command
|
||||
|
||||
Log::channel('testpao')->notice($log);
|
||||
|
||||
// echo $log;
|
||||
if (true) {
|
||||
// Send the email
|
||||
Mail::raw($log, function ($message) {
|
||||
$message->to(Mylog::getEmail());
|
||||
$message->subject(Mylog::getSubjectEmail("TESTPAO"));
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user