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; interface MailerMethod { public function send(array $newsletter, array $subscriber, array $extraParams = []): array; }
[-] 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]