Files
sprinkle-worker/templates/mail/job-failed.html.twig

16 lines
296 B
Twig

{% block subject %}
{{site.title}} - JOB FAILED
{% endblock %}
{% block body %}
<p>
Dear Site Admins,
</p>
<p>
An error has occurred whilst trying to run a queued job. Please review the server error logs.
</p>
<p>
With regards,<br>
The {{site.title}} Team
</p>
{% endblock %}