PHP Classes

File: classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   SMTP E-mail sending class   classmaps.php   Download  
File: classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Class map list
Class: SMTP E-mail sending class
Sends e-mail messages via SMTP protocol
Author: By
Last change:
Date: 11 months ago
Size: 189 bytes
 

Contents

Class file image Download
<?php
/*
 * classmaps.php
 *
 * @(#) $Id: classmaps.php,v 1.1 2023/06/01 11:15:16 mlemos Exp $
 *
 */

 
$__classmap += array(
    
'smtp_class'=>__DIR__.DIRECTORY_SEPARATOR.'smtp.php',
 );

?>