Skip to content

Commit

Permalink
Respect $log argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bcosca committed Jul 16, 2018
1 parent 7917366 commit 363e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function send($message,$log=TRUE,$mock=FALSE) {
stream_set_blocking($socket,TRUE);
}
// Get server's initial response
$this->dialog(NULL,TRUE,$mock);
$this->dialog(NULL,$log,$mock);
// Announce presence
$reply=$this->dialog('EHLO '.$fw->HOST,$log,$mock);
if (strtolower($this->scheme)=='tls') {
Expand Down

0 comments on commit 363e345

Please sign in to comment.