1 | <?php |
||
10 | class XnewsletterMailer extends \PHPMailer |
||
11 | { |
||
12 | /** |
||
13 | * @return string |
||
14 | * @throws \phpmailerException |
||
15 | */ |
||
16 | public function getMIMEHeader() |
||
22 | |||
23 | /** |
||
24 | * @return string |
||
25 | * @throws \phpmailerException |
||
26 | */ |
||
27 | public function getMIMEBody() |
||
33 | |||
34 | /** |
||
35 | * @return int |
||
36 | * @throws \phpmailerException |
||
37 | */ |
||
38 | public function getSize() |
||
44 | } |
||
45 |