mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-02 10:12:30 +00:00
feat: scheduled task success email
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user