whoami7 - Manager
:
/
home
/
projzpbv
/
www
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Mailer
/
Methods
/
Upload File:
files >> //home/projzpbv/www/wp-content/plugins/mailpoet/lib/Mailer/Methods/PHPMail.php
<?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; } }
Copyright ©2021 || Defacer Indonesia