6 lines
318 B
Text
6 lines
318 B
Text
|
PEAR's Mail:: package defines the interface for implementing mailers under
|
||
|
the PEAR hierarchy, and provides supporting functions useful in multiple
|
||
|
mailer backends. Currently supported are native PHP mail() function, sendmail
|
||
|
and SMTP. This package also provides a RFC 822 Email address list validation
|
||
|
utility class.
|