Mercurial > hg > rc1
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/pear/net_smtp/tests/config.php.dist Thu Jan 04 15:50:29 2018 -0500 @@ -0,0 +1,15 @@ +<?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');