-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66ac6d1
commit c31b763
Showing
2 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,11 @@ | |
"name": "Chuck Hagenbuch", | ||
"role": "Lead" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Armin Graefe", | ||
"role": "Lead" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Richard Heyes", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ | |
<channel>pear.php.net</channel> | ||
<summary>Class that provides multiple interfaces for sending emails</summary> | ||
<description>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.</description> | ||
<lead> | ||
<name>Armin Graefe</name> | ||
<user>schengawegga</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<lead> | ||
<name>Chuck Hagenbuch</name> | ||
<user>chagenbu</user> | ||
|
@@ -20,11 +26,11 @@ | |
<name>Aleksander Machniak</name> | ||
<user>alec</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
<active>no</active> | ||
</developer> | ||
<date>2017-04-11</date> | ||
<date>2022-11-29</date> | ||
<version> | ||
<release>1.4.1</release> | ||
<release>1.5.0</release> | ||
<api>1.3.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -33,10 +39,8 @@ | |
</stability> | ||
<license uri="https://opensource.org/licenses/BSD-3-Clause">New BSD License</license> | ||
<notes> | ||
* Loosen recognition of "queued as" server response (PR #10) | ||
|
||
* Bug #20463: domain-literal parsing error | ||
* Bug #20513: Mail_smtp::send() doesn't close socket for smtp connection | ||
* New Feature: Establish STARTTLS connection without authentication (add new param 'starttls') #17 | ||
* BugFix: Del: deprecation warnings (PHP 8.1 E_DEPRECATED warnings when you provide null values) #20 | ||
</notes> | ||
<contents> | ||
<dir baseinstalldir="/" name="/"> | ||
|
@@ -72,7 +76,7 @@ | |
<package> | ||
<name>Net_SMTP</name> | ||
<channel>pear.php.net</channel> | ||
<min>1.4.1</min> | ||
<min>1.10.0</min> | ||
</package> | ||
</optional> | ||
</dependencies> | ||
|