| 1 | <?php |
||
| 26 | final class LocalMailer |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * Constructor. |
||
| 30 | */ |
||
| 31 | public function __construct() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Configures the mailer according to the parameters in "wp-config-custom.php". |
||
| 38 | * |
||
| 39 | * @param object $phpMailer The PhpMailer instance |
||
| 40 | */ |
||
| 41 | public function mailer($phpMailer) |
||
| 47 | } |
||
| 48 |