mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Disable debug on mail handler.
This commit is contained in:
@@ -154,7 +154,7 @@ class e107Email extends PHPMailer
|
||||
private $pause_time = 1; // Time to pause after sending a block of emails
|
||||
|
||||
public $legacyBody = false; // TRUE enables legacy conversion of plain text body to HTML in HTML emails
|
||||
private $debug = true; // echos various debug info when set to true.
|
||||
private $debug = false; // echos various debug info when set to true.
|
||||
private $pref = array(); // Store code prefs.
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user