Blame view

application/libs/PHPMailer/test/testbootstrap-dist.php 238 Bytes
8d65d0ce   andryeyev   init
1
2
3
4
5
6
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;