diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-16 13:00:55 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-16 13:00:55 +0000 |
| commit | 0efe7c675c39cebe55ffb044bef71980263e45ae (patch) | |
| tree | fd3cdb098b94885b94a7e81d0641cadb256c4c19 /roundcubemail/program/include | |
| parent | f817639e8c5e125712e8f4220be3e3083fa23b26 (diff) | |
#1485299: don't use SMTP's debug option
git-svn-id: https://svn.roundcube.net/trunk@2155 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_smtp.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roundcubemail/program/include/rcube_smtp.inc b/roundcubemail/program/include/rcube_smtp.inc index fd1dff3f0..92f808bd3 100644 --- a/roundcubemail/program/include/rcube_smtp.inc +++ b/roundcubemail/program/include/rcube_smtp.inc @@ -85,10 +85,6 @@ function smtp_mail($from, $recipients, &$headers, &$body, &$response) $SMTP_CONN = new Net_SMTP($smtp_host, $smtp_port, $helo_host); - // set debugging - if ($CONFIG['debug_level'] & 8) - $SMTP_CONN->setDebug(TRUE); - // try to connect to server and exit on failure $result = $SMTP_CONN->connect($smtp_timeout); if (PEAR::isError($result)) |
