OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
php71
/
usr
/
share
/
pear
/
test
/
Net_SMTP
/
tests
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/16/2023 01:47:05 PM
rwxr-xr-x
📄
auth.phpt
573 bytes
03/16/2023 01:51:08 PM
rw-r--r--
📄
basic.phpt
984 bytes
03/16/2023 01:51:08 PM
rw-r--r--
📄
config.php.dist
503 bytes
03/16/2023 01:51:08 PM
rw-r--r--
📄
quotedata.phpt
1.96 KB
03/16/2023 01:51:08 PM
rw-r--r--
Editing: config.php.dist
Close
<?php /** * Copy this file to config.php and customize the following values to * suit your configuration. */ define('TEST_HOSTNAME', 'localhost'); define('TEST_PORT', 25); define('TEST_LOCALHOST', 'localhost'); define('TEST_AUTH_USER', 'jon'); define('TEST_AUTH_PASS', 'secret'); define('TEST_FROM', 'from@example.com'); define('TEST_TO', 'to@example.com'); define('TEST_SUBJECT', 'Test Subject'); define('TEST_BODY', 'Test Body');