I would like to send an email in addition to any email that will be kept logged in the system I would be happy to help
Mail::send('acme.blog::mail.welcome', $vars, function($message) {
$message->from('[email protected]', 'October');
$message->to('[email protected]')->cc('[email protected]');
});
after that I want to keep a log file in the system
you can save the parameters the email to the json format and put the data to log.