Aggiornare 'src/main/resources/templates/email/failure.html'

updated the mail message
This commit is contained in:
Michele Artini 2023-10-04 15:06:41 +02:00
parent 83ff4217dc
commit 5443962e9b
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
<body>
<p>
Hi,<br /><br />
your request (<b>ID:</b> <span th:text="${info.oaiBaseUrl}"></span>) to collect metadata from<br />
your request (<b>ID:</b> <span th:text="${info.id}"></span>) to collect metadata from<br />
<a th:href="${info.oaiBaseUrl}" th:text="${info.oaiBaseUrl}"></a><br />
is failed for the following error:<br />
<pre th:text="${info.message}"></pre>
<br /><br />
<a>Detailed information are available using the following API:</a>
<a>Detailed information are available invoking the following API:</a>
<a th:href="${baseUrl} + '/api/history/' + ${info.id}" th:text="${baseUrl} + '/api/history/' + ${info.id}"></a><br />
<br /><br />
Best Regards.