Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/email.htm

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Senk Jozsef  >  FormatMail  >  templates/email.htm  >  Download  
File: templates/email.htm
Role: Auxiliary data
Content type: text/plain
Description: Sample email file
Class: FormatMail
Compose and send HTML e-mail from template files
Author: By
Last change:
Date: 2007-11-20 08:00
Size: 568 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>REsistration success</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<link href="css/main.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">
 <p align="left" class="text">Dear {$NAME}.</p>
 <p align="left" class="aktivmenu">Your registration informations:<br>
   login: <strong>{$USERNAME}</strong><br>
password:<strong> {$PASSWORD}</strong></p>
</body>
</html>