mirror of
https://github.com/pierre42100/comunic
synced 2025-06-20 09:05:21 +00:00
First commit
This commit is contained in:
7
3rdparty/phpmailer/test/testbootstrap-dist.php
vendored
Executable file
7
3rdparty/phpmailer/test/testbootstrap-dist.php
vendored
Executable 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;
|
Reference in New Issue
Block a user