-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VKT(Backend): Send confirmation email upon contact request to client …
…[deploy]
- Loading branch information
Showing
7 changed files
with
88 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
backend/vkt/src/main/resources/email-templates/contact-request-receipt-notification.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html lang="fi" xmlns:th="http://www.thymeleaf.org"> | ||
<body> | ||
<p> | ||
Hei, | ||
</p> | ||
<br/> | ||
<p> | ||
Olet lähettänyt viestin seuraavalle Valtionhallinnon kielitutkintojen hyvän ja tyydyttävän taidon tutkintojen tutkintosuoritusten vastaanottajalle: | ||
<br /> | ||
<b th:text="${examinerName}"></b> | ||
</p> | ||
<p> | ||
Lähettämäsi viesti ja yhteystietosi: | ||
</p> | ||
<p> | ||
<b>Viesti:</b> | ||
<br /> | ||
<span th:text="${message}"></span> | ||
</p> | ||
<p> | ||
<b>Yhteystietosi:</b> | ||
<br /> | ||
Nimi: <span th:text="${name}"></span> | ||
<br /> | ||
Sähköpostiosoite: <span th:text="${email}"></span> | ||
</p> | ||
<p> | ||
<b>Mitä seuraavaksi?</b> | ||
<br /> | ||
Tutkintosuoritusten vastaanottaja ottaa sinuun yhteyttä sähköpostitse. | ||
</p> | ||
<p> | ||
Älä vastaa tähän viestiin - viesti on lähetetty automaattisesti. | ||
</p> | ||
<p> | ||
Ystävällisin terveisin<br /> | ||
Opetushallitus | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters