Ben dışarı yolluyorum e-postalar için bir düzen kullanmak istiyorum. Şu anda olduğum web sayfaları için Zend Düzeni usine, aynı zamanda tema benim e-postaları istiyorum.
İşte ben denedim budur.
Bu e-posta gönderir benim işlevi olduğunu
$layout = Zend_Layout::getMvcInstance();
$this->_view->render($template);
$html = $layout->render('email');
$this->setBodyHtml($html,$this->getCharset(), $encoding);
$this->send();
E-posta düzeni basitçe
The email content
<?php echo $this->layout()->content; ?>
Bir e-posta olarak yoluyla geldiğinde sadece vardır ...
The email content