PHP Classes

File: examples/config.php

Recommend this page to a friend!
  Classes of Jorge Castro   Mail Capuchin   examples/config.php   Download  
File: examples/config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Mail Capuchin
Send email to many users with database records
Author: By
Last change:
Date: 3 days ago
Size: 295 bytes
 

Contents

Class file image Download
<?php
// Configuration File:
return array (
 
'dbserver' => '127.0.0.1',
 
'dbuser' => 'root',
 
'dbpassword' => 'abc.123',
 
'dbschema' => 'mailcapuchin',
 
'mailserver' => '172.86.148.55:25123',
 
'mailuser' => 'message@cornerrent.com',
 
'mailpassword' => 'abc123',
 
'mailsecurity' => '',
);