Send Mail without a file attachment

This commit is contained in:
Marcel Kapfer 2017-04-20 13:32:09 +02:00
parent bc9f84a64c
commit cef1650686
4 changed files with 21 additions and 3 deletions

View file

@ -68,6 +68,7 @@
<p>Change the text of the email if you want.</p>
<p>Title:</p><input id="mailtitle" name="title" class="itextfield" />
<p>Text:</p><textarea id="mailtext" name="text" class="itextarea"></textarea>
<p><input type="checkbox" class="icheckbox" id="nofile" />Send without file</p>
<p>Filename:</p><input id="filename" name="filename" class="itextfield" />
</section>