Mercurial > hg > rc1
view vendor/pear/net_smtp/tests/config.php.dist @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
line wrap: on
line source
<?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');