From e987db1d460e16fb84b73d8df0a718eeaecac679 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 29 Mar 2010 10:21:59 +0000 Subject: - Fix SMTP test (#1486589) --- installer/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/test.php') 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(); -- cgit v1.2.3