PHP Classes

File: libs/PHPMailer/test/testbootstrap-dist.php

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   libs/PHPMailer/test/testbootstrap-dist.php   Download  
File: libs/PHPMailer/test/testbootstrap-dist.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 238 bytes
 

Contents

Class file image Download
<?php
$_REQUEST
['submitted'] = 1;
$_REQUEST['mail_to'] = 'somebody@example.com';
$_REQUEST['mail_from'] = 'phpunit@example.com';
$_REQUEST['mail_cc'] = 'cc@example.com';
$_REQUEST['mail_host'] = 'localhost';
$_REQUEST['mail_port'] = 2500;