simpleOaiCollectorService/src/main/resources/templates/email/failure.html

32 lines
1.3 KiB
HTML

<html>
<head>
<title>Failure Notification</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p>
Dear <span th:text="${info.notificationEmail}"></span>,
<br /><br />
I hope this email finds you well.
I regret to inform you that your request to collect metadata from the provided URL was not completed successfully.<br />
<b>Request ID:</b> <span th:text="${info.id}"></span><br />
<b>URL:</b> <a th:href="${info.oaiBaseUrl}" th:text="${info.oaiBaseUrl}"></a><br />
</p>
<p>
We encountered an unexpected issue while processing your request, and as a result,
the metadata collection could not be completed. We apologize for any inconvenience caused.<br />
Should you require more detailed information, please feel free to invoke the following API:<br />
<a th:href="${baseUrl} + '/api/history/' + ${info.id}" th:text="${baseUrl} + '/api/history/' + ${info.id}"></a><br />
</p>
<p>
If you have any further questions or need assistance, please don't hesitate to reach out. We are here to help!<br /><br />
Best Regards,<br /><br />
EOSC Metadata Harvester daemon<br />
</p>
<hr />
<p>Note: This is an automatically generated message. Please do not reply directly to this email.</p>
</body>
</html>