feat: scheduled task success email

This commit is contained in:
peaklabs-dev
2024-12-10 16:12:58 +01:00
parent 0375db0d7c
commit eaeacb6f7b

View File

@@ -0,0 +1,9 @@
<x-emails.layout>
Scheduled task ({{ $task->name }}) completed successfully with the following output:
<pre>
{{ $output }}
</pre>
Click [here]({{ $url }}) to view the task.
</x-emails.layout>