| Server IP : 77.37.53.71 / Your IP :
216.73.216.109 [
Web Server : LiteSpeed System : Linux nl-srv-web1124.main-hosting.eu 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : u964240598 ( 964240598) PHP Version : 8.4.19 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u964240598/domains/hofam.org/public_html/churchapp/application/libraries/ |
Upload File : |
<?php defined('BASEPATH') OR exit('No direct script access allowed.');
/**
* CodeIgniter compatible email-library powered by PHPMailer.
* Version: 1.2.30
* @author Ivan Tcholakov <ivantcholakov@gmail.com>, 2012-2018.
* @license The MIT License (MIT), http://opensource.org/licenses/MIT
* @link https://github.com/ivantcholakov/codeigniter-phpmailer
*
* This library is intended to be compatible with CI 2.x and CI 3.x.
*
* Tested on CodeIgniter 3.1.8 (March 22th, 2018) and
* PHPMailer Version 5.2.26 (November 4th, 2017).
*/
if (version_compare(CI_VERSION, '3.1.0') >= 0) {
require_once dirname(__FILE__).'/MY_Email_3_1_x.php';
} elseif (version_compare(CI_VERSION, '3.0') >= 0) {
require_once dirname(__FILE__).'/MY_Email_3_0_x.php';
} else {
require_once dirname(__FILE__).'/MY_Email_2_x.php';
}
Anon7 - 2022
AnonSec Team
