Skip to content

Commit

Permalink
Remove excess blank line that triggers spamassassin, see PHPMailer#92
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Aug 2, 2013
1 parent 331d24b commit 3374536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ public function data($msg_data)
}

// Message data has been sent, complete the command
return $this->sendCommand('DATA END', self::CRLF . '.', 250);
return $this->sendCommand('DATA END', '.', 250);
}

/**
Expand Down

0 comments on commit 3374536

Please sign in to comment.