PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Mailer
/
Methods
<?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; } }
[-] AmazonSES.php
[edit]
[-] MailerMethod.php
[edit]
[+]
ErrorMappers
[-] index.php
[edit]
[-] SendGrid.php
[edit]
[+]
..
[-] MailPoet.php
[edit]
[+]
Common
[-] PHPMail.php
[edit]
[-] SMTP.php
[edit]
[-] PHPMailerMethod.php
[edit]