Mercurial > hg > rc1
annotate vendor/pear/net_smtp/tests/config.php.dist @ 41:d2414df68d78
Updated by Alex S Grebenschikov (www.poralix.com)
to make it compatible with RoundCube 1.3.0
author | Charlie Root |
---|---|
date | Fri, 24 Jan 2025 14:20: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'); |