Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into cach…
Browse files Browse the repository at this point in the history
…e_shareEm
  • Loading branch information
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Transport/Sendmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ protected function prepareHeaders(Message $message)
if ('To' == $header->getFieldName()) {
continue;
}
if ('Subject' == $header->getFieldName()) {
continue;
}
$headersToSend->addHeader($header);
}
return $headersToSend->toString();
Expand Down

0 comments on commit de5f52d

Please sign in to comment.