feat: scheduled task success email
This commit is contained in:
parent
0375db0d7c
commit
eaeacb6f7b
1 changed files with 9 additions and 0 deletions
9
resources/views/emails/scheduled-task-success.blade.php
Normal file
9
resources/views/emails/scheduled-task-success.blade.php
Normal 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>
|
||||||
Loading…
Reference in a new issue