2003-06-08 08:54:25 +02:00
|
|
|
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.
|
|
|
|
|
2003-09-08 04:47:02 +02:00
|
|
|
WWW: http://pear.php.net/package/Mail/
|