Version 0.3.5 beta
This commit is contained in:
8
core/l/PHPMailer/test/testbootstrap-dist.php
Executable file
8
core/l/PHPMailer/test/testbootstrap-dist.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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