Changeset:
        2c4593d3bf68
        
https://sourceforge.net/p/mrbs/hg-code/ci/2c4593d3bf68d674375c20bf97f61dd60464d92c
Author:
        Campbell Morrison <[email protected]>
Date:
        Wed Sep 23 10:49:17 2015 +0100
Log message:

Got rid of a magic number

diffstat:

 web/functions_mail.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ad664072ddb0 -r 2c4593d3bf68 web/functions_mail.inc
--- a/web/functions_mail.inc    Wed Sep 23 10:31:39 2015 +0100
+++ b/web/functions_mail.inc    Wed Sep 23 10:49:17 2015 +0100
@@ -1117,7 +1117,7 @@
   if ($mail_settings['debug'])
   {
     echo "[DEBUG] Preparing to send email ... <br>";
-    $mail->SMTPDebug = 2;
+    $mail->SMTPDebug = SMTP::DEBUG_CONNECTION; // show connection status, 
client -> server and server -> client messages
   }
   
   $eol = "\n";  // EOL sequence to use in mail headers.  Need "\n" for mail 
backend

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to