Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 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');