From 968bdc7c90f718560b84eb3b7e8e1d02cf4270f3 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 30 Sep 2005 18:04:50 -0400
Subject: [PATCH] Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class

---
 UPGRADING |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/UPGRADING b/UPGRADING
index 12664ae..6560a71 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -14,6 +14,7 @@
   $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 @@
 - replace all files in folder /program/
 - add these line to /config/main.inc.php
   $rcmail_config['prettydate'] = TRUE;
-
+  $rcmail_config['smtp_port'] = 25;

--
Gitblit v1.9.1