diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-12 20:08:21 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-12 20:08:21 +0000 |
| commit | acb9ae78ed914fb57adb7c66c49b6a70eaa5370f (patch) | |
| tree | 6cfb163824c2262a96aa390c3e50d22e8edd520f | |
| parent | 86ce5bc00e58b324b15fd6aaee3eae4755c0b132 (diff) | |
* added a comment in regard to 'from' in check.php-dist
git-svn-id: https://svn.roundcube.net/trunk@1057 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/check.php-dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/check.php-dist b/roundcubemail/check.php-dist index d1f3e295e..a91c559de 100644 --- a/roundcubemail/check.php-dist +++ b/roundcubemail/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_'; /* |
