1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-02-15 17:46:41 +00:00
S2OJ/uoj/1/app/vendor/phpmailer/test/testbootstrap-dist.php
2017-04-07 11:15:39 +08:00

7 lines
238 B
PHP

<?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;