Implement contact form autoreply for epevents

This commit is contained in:
Björn Fromme
2018-04-20 15:34:36 +02:00
parent ed2a9c57c0
commit ad6a1af291
5 changed files with 71 additions and 21 deletions
@@ -0,0 +1,15 @@
<div xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
<f:layout name="Email"/>
<f:section name="Main">
<p>Sehr geehrte Damen und Herren,</p>
<p>auf Grund einer internen Schulung ist unser Büro bis Dienstag, 24.04.2018 nicht besetzt.</p>
<p>In dringenden Fällen schreiben Sie eine Mail an [email protected], die E-Mails werden nur in
unregelmäßigen Abständen gelesen.</p>
<p>Vielen Dank.</p>
</f:section>
</div>