Initial Commit

This commit is contained in:
Frank John Begornia
2019-11-04 17:12:11 +08:00
commit 659ad69995
125 changed files with 17296 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?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;