diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-09-30 22:04:50 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-09-30 22:04:50 +0000 |
| commit | 35cc90fc9f49a2dacd79d7c32e846f91e28af210 (patch) | |
| tree | 3941d505a4c27b927535cf5f87106ed6c11e975b /roundcubemail/UPGRADING | |
| parent | 3e0b457ce893a6a309b573a270336fb3ef4edac7 (diff) | |
Improved SMTP script for sending mails. Now using the PEAR::Net_SMTP class
git-svn-id: https://svn.roundcube.net/trunk@11 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/UPGRADING')
| -rw-r--r-- | roundcubemail/UPGRADING | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING index 12664ae08..6560a718b 100644 --- a/roundcubemail/UPGRADING +++ b/roundcubemail/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; |
