sendmail und globale Variable
Verfasst: Mo 9. Mär 2020, 16:58
Hallo nochmals,
Ich lege mittels Formular ein Objekt an
dann schreibe ich das Objekt und schicke ein Bestätigungsmail
das Bestätigungsmail hat ff. Code im Template
Das Bestätigungsmail schaut nicht sehr hübsch aus
Wie mach ich das bitte richtig mit den globalen Variablen? Und wie tu ich, wenn ich kein Atttachment brauche, das Feld attachmentID aber obligatorisch ist?
Bitte um Hilfe!
Christoph
Ich lege mittels Formular ein Objekt an
Code: Alles auswählen
<we:form id="3144" type="object" name="edit" method="post" classid="14" enctype="multipart/form-data">
<we:userInput type="text" name="Betriebsname" />
...
Code: Alles auswählen
<we:ifWritten type="object" formname="edit">
<we:sendMail recipient="123@bigdetail.com" id="3146" from="123@bigdetail.com" reply="123@bigdetail.com" subject="Backoffice Small" charset="UTF-8" mimetype="text/html" />
</we:ifWritten>
Code: Alles auswählen
<we:form id="3144" type="object" name="edit" method="post" classid="14" enctype="multipart/form-data" class="form-horizontal">
Name des Betriebs: <we:userInput type="textinput" name="Betriebsname" />
...
</we:form>
Wie mach ich das bitte richtig mit den globalen Variablen? Und wie tu ich, wenn ich kein Atttachment brauche, das Feld attachmentID aber obligatorisch ist?
Bitte um Hilfe!
Christoph