alecpl
2010-03-29 e987db1d460e16fb84b73d8df0a718eeaecac679
- Fix SMTP test (#1486589)


1 files modified
2 ■■■ changed files
installer/test.php 2 ●●● patch | view | raw | blame | history
installer/test.php
@@ -273,7 +273,7 @@
        $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();