From 968bdc7c90f718560b84eb3b7e8e1d02cf4270f3 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 30 Sep 2005 22:04:50 +0000 Subject: Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class --- UPGRADING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'UPGRADING') 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; -- cgit v1.2.3