Home » Mail » Mail2
Class that provides multiple interfaces for sending emails
This package is unmaintained.
Download latest release 0.1.1 (archived versions might be outdated)
License: BSD Style
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.
Maintainers
- Daniel O'Coonnor (doconnor) — lead, active
- Chuck Hagenbuch (chagenbu) — lead, active
- Richard Heyes (richard) — developer, active
- Aleksander Machniak (alec) — developer, active
Dependencies
Required
- PHP (>= 5.4.0)
- PEAR Installer (>= 1.10.0)
Optional
Releases
- 0.1.1 (beta, 2015-12-09)
Release notes
License: BSD Style
QA release
- Fix bug #20439: Incorrect include path for RFC822 - 0.1.0 (beta, 2014-06-22)
Release notes
License: BSD Style
Request #17888: Reduce peak memory usage when using the smtp/smtpmx backend [alec]
Fixed Bug #18109: New "pipelining" parameter for SMTP backend never used [alec]
Fixed Bug #17317: Invalid periods in mailbox not marked as invalid [alec]
Fixed Bug #17388: Deprecated assigning the return value of new by reference [alec]
Fixed Bug #17866: Non-static method Mail_RFC822::parseAddressList called statically [alec]
Fixed Bug #17178: Mail_RFC822::parseAddressList does not accept RFC-valid empty-group syntax [alec]
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #17388 | Closed | Bug | 2010-05-11 | Deprecated assigning the return value of new by reference | |
| #18254 | Closed | Bug | 2011-02-08 | Strict Standards errors | |
| #19821 | Closed | Bug | 2013-02-14 | Obsolete construction of NET_SMTP | |
| #20265 | Closed | Bug | 2014-05-05 | memory leak in smtp module | |
| #20281 | Assigned | Bug | 2014-05-26 | sending mails to recipients with a unticked display name containing a dot | |
| #20439 | Closed | Bug | 2014-11-09 | Incorrect include path for RFC822 | |
| #20928 | Duplicate | Bug | 0.1.0 | 2015-07-30 | Coding error in Mail2.php |