You appear to be a bot. Output may be restricted Description Usage MockPHPMailer::preSend(); Parameters Returns void Source File name: wordpress-develop-tests/phpunit/includes/mock-mailer.php Lines: 1 to 5 of 5 public function preSend() { $this->Encoding = '8bit'; return parent::preSend(); } View on GitHub