pear/mail
Class that provides multiple interfaces for sending emails.
Maintainers
v2.0.0
2024-01-15 21:56 UTC
Requires
- php: >=5.2.1
- pear/pear-core-minimal: ~1.9
Requires (Dev)
- pear/pear: *
Suggests
- pear/net_smtp: Install optionally via your project's composer.json
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause eb053f8b74f4f3178105fcf001626e63068c0dbc
- Chuck Hagenbuch <chuck.woop@horde.org>
- Armin Graefe <schengawegga.woop@gmail.com>
- Richard Heyes <richard.woop@phpguru.org>
- Aleksander Machniak <alec.woop@alec.pl>
README
Class that provides multiple interfaces for sending emails.
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
- SMTP
This package also provides a RFC 822 email address list validation utility class.
Use Mail in combination with Mail_Mime to send HTML emails or emails with attachments - have a look at the example.
Installation
PEAR
$ pear install mail
Composer
$ composer require pear/mail
Links
- Homepage
- http://pear.php.net/package/Mail
- Source code
- https://github.com/pear/Mail
- Issue tracker
- http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail
- Unit test status
- https://travis-ci.org/pear/Mail
- Packagist
- https://packagist.org/packages/pear/mail
