Mercurial > hg > rc1
annotate vendor/pear/net_smtp/tests/config.php.dist @ 22:61316094e61d
a bit better wrt Dates: displaying, but not popup for setting
| author | Charlie Root |
|---|---|
| date | Tue, 16 Jan 2018 17:48:15 -0500 |
| parents | 1e000243b222 |
| 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'); |
