Download the PHP package windwork/mailer without Composer
On this page you can find all versions of the php package windwork/mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mailer
Windwork 发邮件组件
封装API通过SMTP/mail函数发送邮件。 如果服务器安装有邮件服务器,如sendmail等,则可以使用内置的mail函数发送邮件获得更高的性能和更多的个性化参数,否则使用smtp发送。 *nix服务器上建议安装postfix邮件服务器,通过mail函数发送邮件。
安装
该组件已包含在Windwork框架中,如果你已安装Windwork框架则可以直接使用。
-
安装方式一:通过composer安装(推荐)
- 安装方式二:传统方式安装
下载源码后,解压源码到项目文件夹中,然后require_once $PATH_TO_WF/core/lib/Loader.php文件,即可自动加载组件中的类。
使用方法
使用案例
发送邮件接口
要了解更多?
All versions of mailer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package windwork/mailer contains the following files
Loading the files please wait ....