From 9b85d43fe5f3fdcf6c728513d7667e820acd843f Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 29 Mar 2010 10:21:59 +0000 Subject: - Fix SMTP test (#1486589) git-svn-id: https://svn.roundcube.net/trunk@3437 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/installer/test.php b/roundcubemail/installer/test.php index daa886441..1495715d5 100644 --- a/roundcubemail/installer/test.php +++ b/roundcubemail/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(); -- cgit v1.2.3