1 | <?php |
||
7 | class PHPMailerOverride extends \PHPMailer |
||
8 | { |
||
9 | 8 | public function __construct($exceptions = null) |
|
14 | |||
15 | /** |
||
16 | * @return string |
||
17 | * @throws \ByJG\Mail\Exception\InvalidMessageFormatException |
||
18 | * @throws \phpmailerException |
||
19 | */ |
||
20 | 8 | public function getFullMessageEnvelope() |
|
26 | |||
27 | /** |
||
28 | * @return array |
||
29 | * @throws \ByJG\Mail\Exception\InvalidMessageFormatException |
||
30 | * @throws \phpmailerException |
||
31 | */ |
||
32 | 8 | public function getMessageEnvelopeParts() |
|
40 | } |
||
41 |