PHP Classes

File: classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   MIME E-mail message sending   classmaps.php   Download  
File: classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Class maps definition array
Class: MIME E-mail message sending
PHP mailer to compose and send MIME messages
Author: By
Last change: Added class map entries for all classes in this package.
Date: 10 months ago
Size: 508 bytes
 

Contents

Class file image Download
<?php
/*
 * classmaps.php
 *
 * @(#) $Id: classmaps.php,v 1.2 2023/06/01 10:55:47 mlemos Exp $
 *
 */

 
$__classmap += array(
    
'email_message_class'=>__DIR__.DIRECTORY_SEPARATOR.'email_message.php',
    
'pickup_message_class'=>__DIR__.DIRECTORY_SEPARATOR.'pickup_message.php',
    
'qmail_message_class'=>__DIR__.DIRECTORY_SEPARATOR.'qmail_message.php',
    
'sendmail_message_class'=>__DIR__.DIRECTORY_SEPARATOR.'sendmail_message.php',
    
'smtp_message_class'=>__DIR__.DIRECTORY_SEPARATOR.'smtp_message.php'
 
);

?>