9 lines
366 B
Text
9 lines
366 B
Text
The PEAR's Mail:: interface, 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.
|
|
|
|
WWW: https://pear.php.net/package/Mail
|