mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
debug with ray
This commit is contained in:
parent
5f7a97c31f
commit
3eb1a1f48c
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
[],
|
||||
[],
|
||||
|
|
|
|||
Loading…
Reference in a new issue