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

zend-mail 2.7.3

Compare
Choose a tag to compare
@weierophinney 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 blank Sender header, instead of returning null 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 handles stream_socket_client() errors, ensuring an exception is thrown with detailed information regarding the failure.