summaryrefslogtreecommitdiff
path: root/check.php-dist
diff options
context:
space:
mode:
authortill <till@php.net>2008-02-12 20:08:21 +0000
committertill <till@php.net>2008-02-12 20:08:21 +0000
commit8b661f6513152dfbdaf8fd80236ef78973ade6a9 (patch)
tree3eefdb180e1ea38af6ffc35bcea9521106ece160 /check.php-dist
parent1a39ba7604b0bac780e2a063137336d492f5f09f (diff)
* added a comment in regard to 'from' in check.php-dist
Diffstat (limited to 'check.php-dist')
-rw-r--r--check.php-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/check.php-dist b/check.php-dist
index d1f3e295e..a91c559de 100644
--- a/check.php-dist
+++ b/check.php-dist
@@ -41,6 +41,11 @@
*/
$rctest_config = array();
+
+/**
+ * @var string Please edit this to an email address, such as yourname@example.org.
+ * This email address serves as from and to for the test emails.
+ */
$rctest_config['from'] = '_yourfrom_';
/*