@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Bounce Mail Handler (formerly known as BMH and PHPMailer-BMH) |
|
4 | - * |
|
5 | - * @copyright 2008-2009 Andry Prevost. All Rights Reserved. |
|
6 | - * @copyright 2011-2012 Anthon Pang. |
|
7 | - * @copyright 2015-2015 Lars Moelleken. |
|
8 | - * |
|
9 | - * @license GPL |
|
10 | - * |
|
11 | - * @package BounceMailHandler |
|
12 | - * |
|
13 | - * @author Andy Prevost <[email protected]> |
|
14 | - * @author Anthon Pang <[email protected]> |
|
15 | - * @author Lars Moelleken <[email protected]> |
|
16 | - */ |
|
3 | + * Bounce Mail Handler (formerly known as BMH and PHPMailer-BMH) |
|
4 | + * |
|
5 | + * @copyright 2008-2009 Andry Prevost. All Rights Reserved. |
|
6 | + * @copyright 2011-2012 Anthon Pang. |
|
7 | + * @copyright 2015-2015 Lars Moelleken. |
|
8 | + * |
|
9 | + * @license GPL |
|
10 | + * |
|
11 | + * @package BounceMailHandler |
|
12 | + * |
|
13 | + * @author Andy Prevost <[email protected]> |
|
14 | + * @author Anthon Pang <[email protected]> |
|
15 | + * @author Lars Moelleken <[email protected]> |
|
16 | + */ |
|
17 | 17 | namespace BounceMailHandler; |
18 | 18 | |
19 | 19 | require_once __DIR__ . '/phpmailer-bmh_rules.php'; |