summaryrefslogtreecommitdiff
path: root/installer/test.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-29 10:21:59 +0000
committeralecpl <alec@alec.pl>2010-03-29 10:21:59 +0000
commite987db1d460e16fb84b73d8df0a718eeaecac679 (patch)
tree004e49f4fd2b1ba3377292b6fd871f669854a845 /installer/test.php
parent23d5349a2afe16692cb2ff750b1e517bc811e074 (diff)
- Fix SMTP test (#1486589)
Diffstat (limited to 'installer/test.php')
-rw-r--r--installer/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/test.php b/installer/test.php
index daa886441..1495715d5 100644
--- a/installer/test.php
+++ b/installer/test.php
@@ -273,7 +273,7 @@ if (isset($_POST['sendmail']) && !empty($_POST['_from']) && !empty($_POST['_to']
$CONFIG['smtp_pass'] = $_POST['_smtp_pass'];
}
- $mail_object = new rcube_mail_mime();
+ $mail_object = new Mail_mime();
$send_headers = $mail_object->headers($headers);
$SMTP = new rcube_smtp();