Aleksander Machniak
2015-01-28 78f948f7b9838de6d62c76f4daf6834244ae1348
program/lib/Roundcube/rcube.php
@@ -1503,7 +1503,7 @@
            if (!$sent) {
                self::raise_error(array('code' => 800, 'type' => 'smtp',
                    'line' => __LINE__, 'file' => __FILE__,
                    'message' => "SMTP error: ".join("\n", $response)), TRUE, FALSE);
                    'message' => join("\n", $response)), true, false);
            }
        }
        // send mail using PHP's mail() function