mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
debug with ray
This commit is contained in:
@@ -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(
|
||||
[],
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user