Skip to content

Commit 108af31

Browse files
committed
docs: adds CHANGELOG entry for #104
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent dd696fa commit 108af31

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
@@ -24,6 +24,8 @@ All notable changes to this project will be documented in this file, in reverse
2424

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

27+
- [#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.
28+
2729
## 2.12.1 - 2020-08-05
2830

2931
### Added

0 commit comments

Comments
 (0)