PHP Classes

File: templates/mailing.html.tpl

Recommend this page to a friend!
  Classes of Manuel Lemos   MIME E-mail message sending   templates/mailing.html.tpl   Download  
File: templates/mailing.html.tpl
Role: Auxiliary data
Content type: text/plain
Description: Example HTML template for composing personalized mailings with the Smarty engine
Class: MIME E-mail message sending
PHP mailer to compose and send MIME messages
Author: By
Last change:
Date: 20 years ago
Size: 752 bytes
 

Contents

Class file image Download
<html> <head> <title>{$subject}</title> <style type="text/css"><!--{literal} body { color: black ; font-family: arial, helvetica, sans-serif ; background-image: url(http://www.phpclasses.org/graphics/background.gif) ; background-color: #A3C5CC } A:link, A:visited, A:active { text-decoration: underline } {/literal}--></style> </head> <body> <center><h1>{$subject}</h1></center> <hr> <p>Hello {$firstname},<br> <br> This message is just to let you know that the <a href="http://www.phpclasses.org/mimemessage">MIME E-mail message composing and sending PHP class</a> is working as expected.<br> <br> Your account balance is ${$balance}.<br> <br > Thank you,<br> {$fromname}</p> <hr> <p>You are subscribed with the address {$email} .</p> </body> </html>