Home
last modified time | relevance | path

Searched refs:g_phpMailer (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mantis/mantisbt-2.25.2/plugins/Activity/scripts/
H A Dnotify.php200 global $g_phpMailer;
214 if( is_null( $g_phpMailer ) ) {
220 $mail = $g_phpMailer;
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Demail_api.php81 /** @global PHPMailer $g_phpMailer reusable PHPMailer object */
82 $g_phpMailer = null; variable
1265 global $g_phpMailer;
1278 if( is_null( $g_phpMailer ) ) {
1289 $t_mail = $g_phpMailer;
1450 global $g_phpMailer;
1452 if( !is_null( $g_phpMailer ) ) {
1453 $t_smtp = $g_phpMailer->getSMTPInstance();
1458 $g_phpMailer = null;