diff --git a/test/phpmailerTest.php b/test/phpmailerTest.php index 1b4ab169..e7d00949 100644 --- a/test/phpmailerTest.php +++ b/test/phpmailerTest.php @@ -1926,6 +1926,8 @@ EOT; $this->Mail->DKIM_selector = 'phpmailer'; $this->Mail->DKIM_passphrase = ''; //key is not encrypted $this->assertTrue($this->Mail->send(), 'DKIM signed mail failed'); + $this->Mail->isMail(); + $this->assertTrue($this->Mail->send(), 'DKIM signed mail via mail() failed'); unlink($privatekeyfile); }