Skip to content

Commit 6cfde12

Browse files
committed
docs: adds CHANGELOG entry for laminas#104
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 84bd926 commit 6cfde12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ All notable changes to this project will be documented in this file, in reverse
4646

4747
- [#103](https://github.com/laminas/laminas-mail/pull/103) fixes issues on Windows whereby the "Subject" and "To" headers were duplicated.
4848

49+
- [#104](https://github.com/laminas/laminas-mail/pull/104) fixes an issue that occured when the `Sendmail` transport was configured with a `-f` option (From address). Prior to the fix, the option would be overwritten by the message `From` or `Sender` headers, which could lead to errors on systems where all mail must be sent from a specific address. The fixed behavior is to always honor the `-f` option, and ignore the `From` and `Sender` headers if it was provided to the transport.
50+
4951
## 2.12.1 - 2020-08-05
5052

5153
### Added

0 commit comments

Comments
 (0)