🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 20:42:51 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Mailer
/
Methods
📍 /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/Mailer/Methods
🔄 Refresh
✏️
Editing: PHPMail.php
Writable
<?php declare(strict_types = 1); namespace MailPoet\Mailer\Methods; if (!defined('ABSPATH')) exit; use PHPMailer\PHPMailer\PHPMailer; class PHPMail extends PHPMailerMethod { public function buildMailer(): PHPMailer { $mailer = new PHPMailer(true); // send using PHP's mail() function $mailer->isMail(); return $mailer; } }
💾 Save Changes
❌ Cancel