mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 12:41:51 +02:00
Disable debug on mail handler.
This commit is contained in:
parent
04435e10e6
commit
26944fbbb7
@ -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.
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user