summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-09-30 22:04:50 +0000
committerthomascube <thomas@roundcube.net>2005-09-30 22:04:50 +0000
commit968bdc7c90f718560b84eb3b7e8e1d02cf4270f3 (patch)
treea97784b62efac5215dc1cd71ea6b9a53aa753d8e /UPGRADING
parent15fee7b8dd9991c798e6b3eeb9f98cd34e8153fc (diff)
Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 2 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 12664ae08..6560a718b 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -14,6 +14,7 @@ from versions 0.1-alpha and 0.1-20050811
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
$rcmail_config['prefer_html'] = TRUE;
$rcmail_config['prettydate'] = TRUE;
+ $rcmail_config['smtp_port'] = 25;
from version 0.1-20050820
@@ -21,4 +22,4 @@ from version 0.1-20050820
- replace all files in folder /program/
- add these line to /config/main.inc.php
$rcmail_config['prettydate'] = TRUE;
-
+ $rcmail_config['smtp_port'] = 25;