From: "PEAR Announce" on
The new PEAR package Mail-1.2.0 (stable) has been released at http://pear.php.net/.

Release notes
-------------
QA release - stable.

Updated minimum dependencies (Net_SMTP, PEAR, PHP)
Doc Bug #15620 Licence change to BSD
Bug #13659 Mail parse error in special condition
Bug #16200 - Security hole allow to read/write Arbitrary File
_hasUnclosedQuotes() doesn't properly handle a double slash before an end quote (slusarz(a)curecanti.org, Bug #9137).
Make sure Net_SMTP is defined when calling getSMTPObject() directly (slusarz(a)curecanti.org, Bug #13772).
Add addServiceExtensionParameter() to the SMTP driver (slusarz(a)curecanti.org, Bug #13764).
Add a method to obtain the Net_SMTP object from the SMTP driver (slusarz(a)curecanti.org, Bug #13766).

Package Info
------------
PEAR's Mail package defines an interface for implementing mailers under the PEAR hierarchy. It also provides supporting functions useful to multiple mailer backends. Currently supported backends include: PHP's native mail() function, sendmail, and SMTP. This package also provides a RFC822 email address list validation utility class.

Related Links
-------------
Package home: http://pear.php.net/package/Mail
Changelog: http://pear.php.net/package/Mail/download/1.2.0
Download: http://download.pear.php.net/package/Mail-1.2.0.tgz

Authors
-------
Chuck Hagenbuch (lead)
Richard Heyes (developer)