PHP email template

Fastserv

Member
I try to build a PHP email Template. As described here I use
PHP:
<?php echo $this->data['tablename___elementname']; ?>

as placeholder, see below, but the email will not be sent out.
With HTML no problem also the debug.php will send emails out.

Do I missed something?

My Template:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Eberlei Maschinen :: Anfrage</title>
</head>

<body>

<div id="mailcontainer">
<div class="head"><img src="http://www.eberlei-maschinen.de/images/emailkopf/email-kopf-schmal.png" width="600" height="80" alt="Eberlei Maschinen" /></div>
<h2>Angebot f?r  <?php echo $this->data['machines_items______modellzusatz'];?> Referenz- Nr.: <?php echo $this->data['machines_items______maschine'];?></h2>
<h3>Ihre Daten:</h3>
<p>Firma: <?php echo $this->data['machines_items______firma'];?><br />
  Name: <?php echo $this->data['machines_items______name'];?><br />
  Telefon: <?php echo $this->data['machines_items______telefon'];?><br />
  Telefax: <?php echo $this->data['machines_items______telefax'];?><br />
  E-Mail: <?php echo $this->data['machines_items______email'];?></p>
<p>Weitere Angaben:<br />
<?php echo $this->data['machines_items______nachricht'];?></p>
<h3>Maschinendaten:</h3>
<p>Hersteller: <?php echo $this->data['machines_items______hersteller'];?><br />
  Maschine: <?php echo $this->data['machines_items______modellzusatz'];?><br />
  Typ: <?php echo $this->data['machines_items______modell'];?><br />
  Referenz-Nr.: <?php echo $this->data['machines_items______maschine'];?></p>
<p>Beschreibung:<br />
<?php echo $this->data['machines_items______beschreibung'];?></p>
<h2>Preis: {___preis}</h2>
<a href="<?php echo $referer;>">Zur Website></a>
<p><img src="<?php echo $this->data['machines_items______bild1'];?>" /> 
<?php echo $this->data['machines_items______bild2'];?> 
<?php echo $this->data['machines_items______bild3'];?> 
<?php echo $this->data['machines_items______bild4'];?>
<?php echo $this->data['machines_items______bild5'];?>
<?php echo $this->data['machines_items______bild6'];?>
<?php echo $this->data['machines_items______bild7'];?>
<?php echo $this->data['machines_items______bild8'];?>
 </p>
<div class="footer">
  <p>Eberlei Maschinen - Theodor Eberlei - Stahlstra?e 37 - 26215 Wiefelstede - Tel.: +49 (0)44 02-8 63 66-0</p>
</div>
</div>
<span class="mailcontainer"></span>
</body>
</html>
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top