diff --git a/app/Notifications/Channels/EmailChannel.php b/app/Notifications/Channels/EmailChannel.php index 8fcf87ef0..1d04c07d3 100644 --- a/app/Notifications/Channels/EmailChannel.php +++ b/app/Notifications/Channels/EmailChannel.php @@ -20,7 +20,7 @@ class EmailChannel } $mailMessage = $notification->toMail($notifiable); - Log::info("Sending email to: " . implode(', ', $recepients) . " with subject: {$mailMessage->subject}"); + ray("Sending email to: " . implode(', ', $recepients) . " with subject: {$mailMessage->subject}"); Mail::send( [], [],