Mercurial > hg > rc1
annotate 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 |
rev | line source |
---|---|
0 | 1 <?php |
2 /** | |
3 * Copy this file to config.php and customize the following values to | |
4 * suit your configuration. | |
5 */ | |
6 | |
7 define('TEST_HOSTNAME', 'localhost'); | |
8 define('TEST_PORT', 25); | |
9 define('TEST_LOCALHOST', 'localhost'); | |
10 define('TEST_AUTH_USER', 'jon'); | |
11 define('TEST_AUTH_PASS', 'secret'); | |
12 define('TEST_FROM', 'from@example.com'); | |
13 define('TEST_TO', 'to@example.com'); | |
14 define('TEST_SUBJECT', 'Test Subject'); | |
15 define('TEST_BODY', 'Test Body'); |