This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-mail 2.7.3
weierophinney
released this
14 Feb 18:05
·
241 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #93 fixes a situation whereby
getSender()
was unintentionally creating a blankSender
header, instead of returningnull
if none exists, fixing an issue in the SMTP transport. - #105 fixes the header implementation to allow zero (
0
) values for header values. - #116 fixes how the
AbstractProtocol
handlesstream_socket_client()
errors, ensuring an exception is thrown with detailed information regarding the failure.