PHP Classes

File: templates/email.htm

Recommend this page to a friend!
  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: 17 years ago
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>