Skip to content

Releases: pear/Net_SMTP

1.8.0

14 Aug 17:18
Compare
Choose a tag to compare
  • Set minimum PEAR version to 1.10.1
  • Change license to BSD-2 Clause

Version 1.7.3

14 Jan 18:20
Compare
Choose a tag to compare
  • Fix MIME boundary size calculation (#34)
  • Workaround E_DEPRECATED warning on Auth_SASL::factory() call (#29)

Version 1.7.2

30 May 00:33
Compare
Choose a tag to compare
  • Fix size calculation when headers are provided (#27)

Version 1.7.1

07 Sep 17:05
Compare
Choose a tag to compare
  • Fix a syntax error in the quotedata() test.
  • Fix an undefined value resulting from a bad merge. (#23)
  • Add TLSv1.1 and TLSv1.2 support for STARTTLS connections. (#22)

Version 1.7.0

06 Sep 18:22
Compare
Choose a tag to compare

This version drops PHP 4 support in favor of more modern PHP language constructs. (#15)

Version 1.6.3

02 Aug 17:24
Compare
Choose a tag to compare
  • Fix redundant CRLF terminator sequence (#16).
  • Add a note about $socket_options and OpenSSL. (#14)
  • Add Composer support. (#7)

Version 1.6.2

04 Jul 22:54
Compare
Choose a tag to compare

Fix EHLO response handling for HELO-only servers (#5).