Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
vendor /
pear /
mail /
Delete
Unzip
Name
Size
Permission
Date
Action
Mail
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
tests
[ DIR ]
drwxr-xr-x
2016-11-28 20:20
Mail.php
9.57
KB
-rw-r--r--
2016-11-28 20:20
README.rst
1.1
KB
-rw-r--r--
2016-11-28 20:20
composer.json
1.13
KB
-rw-r--r--
2016-11-28 20:20
package.xml
6.59
KB
-rw-r--r--
2016-11-28 20:20
Save
Rename
**** Mail **** 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__. __ https://tools.ietf.org/html/rfc822 __ http://pear.php.net/package/Mail_Mime __ http://pear.php.net/manual/en/package.mail.mail-mime.example.php ============ 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