mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
7 lines
238 B
PHP
Executable File
7 lines
238 B
PHP
Executable File
<?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; |