Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PHPMailer/PHPMailer
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Dec 24, 2014
2 parents cee5e9b + df2a282 commit 548aa26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class.phpmailer.php
Expand Up @@ -1023,7 +1023,6 @@ public function preSend()
if (!empty($this->DKIM_domain)
&& !empty($this->DKIM_private)
&& !empty($this->DKIM_selector)
&& !empty($this->DKIM_domain)
&& file_exists($this->DKIM_private)) {
$header_dkim = $this->DKIM_Add(
$this->MIMEHeader . $this->mailHeader,
Expand Down

0 comments on commit 548aa26

Please sign in to comment.